Skip to main content

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 page and size query parameters.
  • Supports sorting through the sort query parameter.
  • Returns errors in content, pagination metadata in page, and navigation links in links.

Request

Responses

Success