Skip to main content

Get Job Errors

Loading...
API endpoint path: /groups/v3/jobs/{jobId}/errors

Retrieves errors associated with a specific job. Use this endpoint to troubleshoot failed user imports or other batch operations.

Error Details Include:

  • lineNbr: The line number in the uploaded CSV where the error occurred
  • errorMsg: Description of the validation or processing error

Common Error Messages:

  • "ParticipantId cannot be larger than 32 characters"
  • "Invalid participant ID format"
  • "Duplicate participant ID"

Pagination: Use page and size parameters to paginate through error results for large failed imports.

Request

Responses

OK