Get Job by ID
Loading...
API endpoint path: /groups/v3/jobs/{jobId}
Retrieves the status and details of a specific job. Use this endpoint to monitor the progress of user imports or other batch operations.
Job Status Values:
CREATED: Job queued for processingPROCESSING: Currently processing recordsSUCCESSFUL: All records processed without errorsPARTIAL_SUCCESS: Some records succeeded, others failedFAILED: Job failed to complete
For failed or partial success jobs, use GET /groups/v3/jobs/{jobId}/errors to retrieve error details.
Request
Responses
- 200
- 401
- 500
OK
Unauthorized
Internal Server Error