---
title: "Get Workflow Status"
method: GET
path: "/agents/workflows/{workflow_id}"
tags: ["agentWorkflows"]
---

# Get Workflow Status

`GET /agents/workflows/{workflow_id}`

Get workflow status and result.

## Path parameters

- `workflow_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- WorkflowStatusResponse — Status response for a workflow.
  - `workflow_id` string, required — Workflow ID
  - `agent_id` string — Agent that ran this workflow
  - `document_ref` string, nullable — Caller-provided document identifier.
  - `status` 'running' | 'completed' | 'failed' | 'timed_out' | 'cancelled', required — Status of a workflow execution.
  - `result` object, nullable — Result (if completed)
  - `started_at` string, date-time, required — Start time
  - `completed_at` string, date-time, nullable — Workflow completion time

## Other responses

- `401` — Authentication failed or no valid API key provided.
- `403` — Forbidden
- `404` — Workflow not found
- `422` — Validation Error
- `500` — Failed to retrieve workflow status

---

[API](https://skmtc.net/markup/apis/api-reference.md) · [All operations](https://skmtc.net/markup/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/markup/api-reference/revisions/8e28e770c55d/schema)
