Reference for polling async content extraction job status via GET /v1/contents/jobs/.
API key for authentication. Get yours at platform.valyu.ai.
The job ID returned by the async contents request.
Job status and results (when complete).
Async job status and results.
Whether the request succeeded.
true
Unique identifier for the async job.
"cj_a1b2c3d4e5f6g7h8"
Current job status.
pending - Job created, not yet startedprocessing - URLs are being processedcompleted - All URLs processed successfullypartial - Processing finished with some failuresfailed - All URLs failedpending, processing, completed, partial, failed "completed"
Total number of URLs to process.
25
Number of URLs successfully processed so far.
23
Number of URLs that failed processing.
2
Job creation time as Unix timestamp in milliseconds.
1707000000000
Last update time as Unix timestamp in milliseconds.
1707000060000
Current batch being processed. Only present when status is "processing".
3
Total number of batches. Only present when status is "processing".
5
Extraction results. Only present when status is "completed" or "partial".
Total cost in USD. Only present when processing is complete.
0.023
Error message. Only present when status is "failed" or "partial".