---
title: "GET /v1/public/workflows/{id}/runs"
method: GET
path: "/v1/public/workflows/{id}/runs"
---

# GET /v1/public/workflows/{id}/runs

`GET /v1/public/workflows/{id}/runs`

List runs for a public workflow

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ListPublicRunsSuccessResponse
  - `code` integer
  - `data` PaginatedDataPublicRunListItem
    - `hasMore` boolean
    - `items` PublicRunListItem[]
      - `finishedAt` string
      - `id` string
      - `startedAt` string
      - `status` string
      - `workflowId` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `404` — Not Found

---

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