GET
/integrations/20240515/project/:id/errors
Step 6: Retrieve Project Errors Lifecycle step 6
Step 6 of Bulk Screening (optional): Retrieves a report of validation errors (by row number) for records that failed to process. Individual rows may have multiple errors.
Use this endpoint if the GET /project/{id} value for validRows is less than the value of totalRows.
Parameters
| Kind | Name | Example | Description (verbatim; blank = none given in source) |
|---|---|---|---|
| path | id | 2942 | The internal Project ID. |
Headers
| Header | Value |
|---|---|
Accept | application/json |
Plus Authorization:
Bearer <token> — required but absent from the collection's
requests; see finding G1.
Saved responses Tier A · source-verbatim
Exactly as saved in the collection, including any incoherent sample values. Click to switch.
Try it
Simulated mode replays the saved examples above — no network, no credentials, works forever.
Paste your Postman mock
server URL (https://…mock.pstmn.io). Requests go through this
site's proxy, which only forwards to Postman mock hosts, strips any
Authorization header, and never logs bodies. It will not call the real
API — here's why.
Call it yourself
For the real API, run this from your own environment with your own token — this site never handles credentials.
curl -X GET \
'https://api.app.iwave.com/integrations/20240515/project/:id/errors' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Accept: application/json'