Retrieve the full configuration and statistics for a specific crawl job, including instructions, token usage, and credit cost.
crawl_instruction or transform_instruction that was used for a job| Field | Type | Description |
|---|---|---|
id | string | Unique job identifier |
base_url | string | The starting URL that was crawled |
crawl_instruction | string | The instruction used to decide which pages to follow |
transform_instruction | string | The AI prompt used to extract data from each page |
max_pages | integer | Maximum pages requested |
pages_crawled | integer | Pages that were successfully processed |
status | string | Current status: waiting, active, completed, or failed |
created_at | string | ISO 8601 timestamp when the job was created |
updated_at | string | ISO 8601 timestamp of the last status update |
input_tokens | number | Total input tokens consumed by the AI across all pages |
output_tokens | number | Total output tokens generated by the AI across all pages |
credits_used | number | Total credits charged for this job |