---
title: "Get User Workflow Status"
method: GET
path: "/v0/users/{user_id}/workflows/{workflow_id}"
tags: ["users"]
---

# Get User Workflow Status

`GET /v0/users/{user_id}/workflows/{workflow_id}`

Returns the current status of a workflow owned by a user.

## Path parameters

- `user_id` string, required
- `workflow_id` string, required

## Response `200`

- UserWorkflowStatusResponse
  - `active_description` string — Active description of the workflow
  - `final_task` UserWorkflowFinalTask
    - `messages` object — Detailed messages from the final task
    - `reason` string — Reason for failure (if workflow failed)
  - `result` string — Result of the workflow (succeeded, failed, or null if still running)
  - `step` integer — Current step number in the workflow

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/pantheon/apis/pantheon-public-api-service.md) · [All operations](https://skmtc.net/pantheon/apis/pantheon-public-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pantheon/pantheon-public-api-service/revisions/94758829689e/schema)
