Retrieve analysis task status and results
Authentication
Path parameters
Response
A string representing the date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the analysis task was created.
The video source you provided. Only present for tasks that use direct video input (url, base64_string, or asset_id).
The parameters you sent when creating this task. Only present for tasks created with model_name set to pegasus1.5.
A string representing the date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the analysis task was completed or failed. The platform returns this field only if status is ready or failed.
An object that contains the generated text and additional information. The platform returns this object only when status is ready.
Details about why the task failed. The platform returns this object only when status is failed.
The delivery status of each webhook endpoint. The platform omits this field when no webhooks are configured. You can register webhooks through the Playground. See the Webhooks page for details.