Get job status
Jobs
Get job status
Retrieve the current processing status of a job.
GET
Get job status
Authorizations
API key for authentication.
Path Parameters
Unique job identifier returned from POST /catchAll/submit.
Response
Status retrieved successfully
Job identifier.
Example:
"5f0c9087-85cb-4917-b3c7-e5a5eff73a0c"
Current job processing status.
Available options:
submitted, analyzing, fetching, clustering, enriching, completed, failed Example:
"fetching"
Detailed progress tracking for each processing stage. Steps progress sequentially from order 1 (submitted) through 5 (enriching), ending at order 6 (completed) or 7 (failed).

