Get Job Status

Get status, progress, and file-level details for an indexing job. Use files_limit and files_cursor to page through indexed files when the job contains many inputs.

Path parameters

job_idstringRequired

Headers

authorizationstring or nullOptional

Query parameters

files_limitintegerOptional1-500Defaults to 50
Number of files to return per page
files_cursorstring or nullOptional
Pagination cursor for files

Response

Successful Response
job_idstring
statusstring
billingobject or null

Billing/credit information for a completed indexing job. Returned when job status is ‘completed’.

cancelled_atstring or null
collection_namestring or null
completed_atstring or null
created_atstring or null
error_codestring or null
error_messagestring or null
estimated_time_remaining_secondsinteger or null
fileslist of objects or null
files_pageobject or null
job_typestring or null
progressobject or null
Detailed progress information for running jobs
progress_messagestring or null
resultobject or null
Final result data when job is completed
started_atstring or null
updated_atstring or null