Returns just the current status of a task.
This endpoint is more lightweight than GET /v2/workflow/get-task.
Send your API key in the Authorization header as Bearer <API_KEY>.
Task ID returned by run-task or run-task-by-template.
1OK
Lightweight response containing only the task status.
Current task status.
created: Task is created but not yet runningrunning: Task is currently executingfinished: Task completed successfullycanceled: Task was canceled (e.g., via Stop Task)pausing: Task is transitioning into paused statepaused: Task is paused and can be resumedfailed: Task ended with an errorunknown: Unknown or unsupported statuscreated, running, finished, canceled, pausing, paused, failed, unknown