workflow_status
Retrieve the current status of a workflow, including last completed step, assigned agent, and timestamps. Lightweight alternative to workflow_resume for status checks only.
Instructions
Get the current status of a workflow — lightweight alternative to workflow_resume.
Returns the status, last completed step, assigned agent, and timestamps. Does NOT return step outputs (use workflow_resume for that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| status | Yes | ||
| agent_id | Yes | ||
| last_step | Yes | ||
| created_at | Yes | ||
| updated_at | Yes |