Returns just the current status of a task (created, running, finished, stopped, or paused). More lightweight than the full task details endpoint.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
Enumeration of possible task states.
created
, running
, finished
, stopped
, paused
, failed
Returns just the current status of a task (created, running, finished, stopped, or paused). More lightweight than the full task details endpoint.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
Enumeration of possible task states.
created
, running
, finished
, stopped
, paused
, failed