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.
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. When the task fails, the response contains no result object, so generation_id and usage are absent.
A message attached to the task response. The platform sets this field in the following cases:
- Task failure:
statusisfailed. Themessagefield describes the failure reason. With video segmentation, a task can fail because the analysis reached the maximum response length or the context window before it could complete. The response contains noresultobject. - Truncation warning (general analysis):
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.
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.