Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/jobs — List async jobs for the current agent.
queued
processing
completed
failed
cancelled
curl "https://api.usenaive.ai/v1/jobs?status=processing&limit=10" \ -H "Authorization: Bearer nv_sk_live_..."
{ "jobs": [ { "id": "job-uuid", "type": "video_generation", "status": "processing", "progress": 45, "model": "fal-ai/kling-video/v3/pro/text-to-video", "created_at": "2026-05-02T10:30:00Z", "metadata": { "estimated_seconds": 60 } } ] }