Retrieve analysis task status and results
Authentication
Path parameters
Response
The identifier you provided in the custom_id field when you created the task, or null if you did not set one. This key is always present in the 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).
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.
A message attached to the task response. The platform sets this field in two cases:
- Task failure —
statusisfailed. Themessagefield describes the failure reason. - Truncation warning —
statusisreadyandresult.finish_reasonislength. Themessagefield describes the truncation cause (either the maximum response length was reached or the context window was reached). The partial output is inresult.data.
Not set when status is ready and result.finish_reason is stop. Both Pegasus 1.5 and Pegasus 1.2 return this field when result.finish_reason is length.
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.