🎬 AI Videos
List async video jobs
Video jobs the public API itself submitted for this workspace — never jobs originated by chat or internal tools, even though they share the same underlying record. Local snapshot only, no live upstream poll per row — a row's status can lag a few seconds behind reality. To force a fresh check on one specific job, call GET .../ai/jobs/{job_id} instead.
get/api/v1/workspaces/{workspace_id}/ai/jobs
Path parameters
workspace_idstring required
Example:610a1e660cb41530ca40d372
Workspace ID
Query parameters
status'queued' | 'processing' | 'completed' | 'failed' | 'cancelled'
pageinteger
per_pageinteger
Response
Jobs retrieved
Example response
{
"status": true,
"message": "Jobs retrieved successfully. Call GET .../ai/jobs/{job_id} to get live status for one job."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.