---
title: "Get Workflow Run"
method: GET
path: "/workflows/{workflow_id}/runs/{run_id}"
tags: ["Workflows"]
---

# Get Workflow Run

`GET /workflows/{workflow_id}/runs/{run_id}`

Retrieve the status and output of a workflow run. Use this to poll for run completion.

Requires the `session_id` that was returned when the run was created.

## Path parameters

- `workflow_id` string, required
- `run_id` string, required

## Query parameters

- `session_id` string, required — Session ID for the run
- `factory_input` string, nullable — JSON object with factory-specific parameters for dynamic workflow reconstruction

## Response `200`

Run output retrieved successfully

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Workflow or run not found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.dev/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
