curl --request GET \ --url 'http://localhost:2003/api/v1/task/task_123/run/gif?runId=run_456' \ --header 'x-api-key: <your-api-key>'
{ "success": true, "data": { "status": "completed" "url": "https://example.com/gif.gif" } }
Get the GIF for a specific task run
The ID of the task
"task_123"
The ID of the run. If not provided, returns GIF status of the most recent run.
"run_456"
Successful response
The response is of type object.
object