Get Crawl Job Details
Crawl Endpoints
Get Crawl Job Details
Retrieve the full configuration and statistics for a crawl job, including the instructions used, token consumption, and credit cost.
GET
Get Crawl Job Details
Returns the complete record for a crawl job: the configuration you submitted, current status, token usage, and credit cost. It does not return the extracted page data. For the actual content from each page, use GET /crawl//pages.
When to Use This Endpoint
- Inspect the instructions and options that were used for a job
- Check token and credit costs for accounting or reporting
- Confirm job configuration before re-running extraction with POST /crawl//extract
Example Request
Response Fields
Job configuration
Status and stats
Example Response
For the actual extracted content from each page, call GET /crawl//pages.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Job details
The JSON Schema used for structured extraction, if one was provided.
Available options:
waiting, active, completed, failed, cancelled 
