Jobs (Async Tasks)
GET
/api/v1/jobs/{job_id}/
Check the status of an async job.
{
"success": true,
"data": {
"job_id": "uuid",
"status": "completed",
"website_id": "uuid",
"pages_completed": 4,
"pages_total": 4,
"started_at": "2026-04-01T10:00:00Z",
"completed_at": "2026-04-01T10:01:30Z"
}
}
Statuses: pending | processing | completed | failed
GET
/api/v1/jobs/
List your recent jobs.