PixelDance
V1VideoTasksId

Get a single video task with assets

GET
/v1/video/tasks/{id}

Authorization

cookieAuth
better-auth.session_token<token>

Session cookie set by Better Auth. Login via the app to obtain.

In: cookie

Path Parameters

id*string

Task UUID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "http://localhost:3002/v1/video/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "status": "pending",
  "errorType": "string",
  "assets": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8",
      "mediaType": "string",
      "storageKey": "string",
      "url": "string",
      "width": 0,
      "height": 0
    }
  ]
}
{
  "error": "string",
  "detail": "string"
}
{
  "error": "string",
  "detail": "string"
}