v1
latestOpenAPI 3.1.02026-07-1711022.5 KBGet Task Run GIF
Get the GIF for a specific task run
get/task/{taskId}/run/gif
Path parameters
taskIdstring required
Example:task_123
The ID of the task
Query parameters
runIdstring
Example:run_456
The ID of the run. If not provided, returns GIF status of the most recent run.
Response
Successful response
Example response
{
"success": true,
"data": {
"status": "completed",
"url": "https://example.com/gif.gif"
}
}