Get URL extract job status
Polls the status of an asynchronous multi-page crawl started by POST /knowledgebase/knowledge-extract with crawl: true.
Authentication
api-keystring
Your Atlas API key. Get it from the Atlas Portal under Settings > API Keys.
Path parameters
jobId
The job identifier returned in the 202 response.
Response
Job status
jobId
Unique identifier for the crawl job.
status
Current job state. `pending` = queued, `indexing` = pages discovered and being processed, `complete` = done, `failed` = error occurred.
Allowed values:
url
The URL being crawled.
filename
Blob filename for the extracted knowledge file.
knowledgeId
Atlas file identifier. Present only when status is `complete`.
reason
Human-readable failure reason. Present only when status is `failed`.
Errors
404
Not Found Error
500
Internal Server Error
