Get Job Errors
Loading...
API endpoint path: /v3/jobs/{jobId}/errors
Retrieves a paginated list of row-level errors for a specific import job identified by jobId. Use this endpoint when a participant upload completes with a status of 'PARTIAL_SUCCESS' or 'FAILED'.
Use this endpoint to:
- Identify rows in an uploaded CSV that failed validation or processing.
- Review error messages associated with failed or partially successful import jobs.
- Page through large error result sets for high-volume participant uploads.
Behavior and capabilities:
- Supports pagination using the
pageandsizequery parameters. - Supports sorting through the
sortquery parameter. - Returns errors in
content, pagination metadata inpage, and navigation links inlinks.
Request
Responses
- 200
- 400
- 401
- 500
Success
Bad Request
Unauthorized
Internal Server Error
Was this page helpful?