{
"success": true,
"action": "jobs.list",
"result": {
"jobs": [
{ "id": "job-uuid-1", "type": "video_generation", "status": "processing", "progress": 45, "model": "fal-ai/minimax-video/video-01-live", "created_at": "2025-01-15T10:30:00Z" },
{ "id": "job-uuid-2", "type": "image_generation", "status": "completed", "progress": 100, "model": "fal-ai/flux/schnell", "created_at": "2025-01-15T10:25:00Z" }
]
},
"next_steps": [
{ "command": "naive jobs get job-uuid-1", "description": "Check progress of video_generation job" },
{ "command": "naive jobs --status completed --limit 5", "description": "See recently completed jobs with results" },
{ "command": "naive jobs cancel job-uuid-1", "description": "Cancel a running job (no credits charged)" }
],
"hints": [
"2 jobs found",
"1 active (queued/processing)",
"Credits are deducted only when jobs complete successfully"
]
}