V1VideoPending jobs
Get pending video generation jobs
Authorization
cookieAuth better-auth.session_token<token>
Session cookie set by Better Auth. Login via the app to obtain.
In: cookie
Query Parameters
projectId?string
Optional project UUID to filter results
Format
uuidResponse Body
application/json
application/json
curl -X GET "http://localhost:3002/v1/video/pending-jobs"[
{
"taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8",
"runId": "string",
"modelId": "string",
"prompt": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
]{
"error": "string",
"detail": "string"
}