Get task status
GET
Get task status
Status, spec and the last 100 events. Poll only without a stream; GET /task//state is cheaper.
GET
Get task status
Authorizations
Your Autumn API key.
Path Parameters
The task_id returned by POST /task or POST /task/start.
Example:
"8fab6f34"
Response
Status, spec and recent events.
Example:
"8fab6f34"
Example:
"Series A AI security companies"
plan (idle, or finished), execute (working), accepted (queued), deleted.
Example:
"execute"
Available options:
plan, execute Example:
"execute"
idle, planning, executing or thinking. Finished is idle.
Example:
"executing"
Example:
10
Seconds to wait before polling status again.
Example:
5
Example:
"/task/8fab6f34/state"
Example:
"/task/8fab6f34"
Example:
"/task/8fab6f34/output"
Example:
"/task/8fab6f34/stream"