Get task state
GET
Get task state
Whether a turn is running and what is queued. This is the status_url on every task.
GET
Get task state
Authorizations
Your Autumn API key.
Path Parameters
The task_id returned by POST /task or POST /task/start.
Example:
"8fab6f34"
Response
Liveness and queue state.
True while a turn is running.
A queued message or execute that has not started yet.
True when the queued op has waited past its TTL and will not start.
Why the last queued (202) message or execute was rejected when it ran, e.g. out_of_credits. Empty when it ran.