Get Job Status
Get the status of an indexing job.
Consolidates v1's /indexing-status and /index-status endpoints.
Returns:
- job_id: The job identifier
- job_type: Type of job (index_s3, index_s3_file, index_gcs, index_gcs_file)
- status: pending | running | completed | failed | cancelled
- progress_message: Human-readable progress
- result: Final result data (when completed)
- error_code/error_message: Error details (when failed)
Path parameters
job_id
The job ID to check status for
Headers
Authorization
Captain API key for authentication
Response
Job Status
job_id
status
Allowed values:
job_type
Allowed values:
progress_message
result
error_code
error_message
cancelled_by
cancelled_at
created_at
updated_at
execution_arn
estimated_time_remaining_seconds