---
title: "List runs for a workflow"
method: GET
path: "/api/workflows/{id}/runs"
tags: ["Workflows"]
---

# List runs for a workflow

`GET /api/workflows/{id}/runs`

## Path parameters

- `id` string, required

## Query parameters

- `status` 'running' | 'waiting' | 'completed' | 'failed' | 'skipped' | 'cancelled'
- `limit` integer
- `offset` integer, nullable

## Response `200`

Workflow run list

## Changes

- **2026-07-29** `174e6599c0ba` — 2 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `offset`

[Change history](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/changes/api/workflows/:id/runs/get.md)

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/revisions/92a1dcbd2fc7/schema)
