Filter by status: queued, processing, completed, failed, cancelled
Max jobs to return (max 100)
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 }
}
]
}