Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check the status of an asynchronous workflow job.
jobId
curl https://api.boobie.ai/v1/engine/status/job_abc123 \ -H "Authorization: Bearer YOUR_BOOBIE_API_KEY"
{ "id": "job_abc123", "status": "completed", "progress": 100, "result": {}, "created_at": "2026-06-12T09:00:00Z", "completed_at": "2026-06-12T09:00:02Z" }
queued
processing
completed
failed