latestOpenAPI 3.1.02026-08-10131241.9 KB

b1edb3c2f3e8

Get Task Status

Get the status of a submitted Animation task.

  • task_id: The task id that was returned when the animation request was submitted with /animate

  • send_stats: An optional boolean that returns the stats associated with the task. Note that this is very slow, and should be used only for debugging purposes.

The status would return:

**PENDING** if the task is yet to be scheduled

**RUNNING** if the task is currently being executed

**SUCCESS** if the task is complete.

Once the task is complete you can use the /get_asset_url to obtain the pre-signed URL to the assets

get/get_task_status

Query parameters

task_idstring
send_statsboolean

Response

Successful Response

{"stackTrail":"paths:/get_task_status:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}