---
title: "List workflow runs (admin)"
method: GET
path: "/v1/admin/workflows/{workflowId}/runs"
tags: ["Admin"]
---

# List workflow runs (admin)

`GET /v1/admin/workflows/{workflowId}/runs`

List runs for a workflow with pagination

## Path parameters

- `workflowId` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Request body

- object

## Response `200`

OK

- AdminListWorkflowRunsSuccessResponse
  - `code` integer
  - `data` PaginatedDataSchemasAdminWorkflowRun
    - `hasMore` boolean
    - `items` AdminWorkflowRun[]
      - `createdAt` string
      - `id` string
      - `status` string
      - `triggerSource` string
      - `triggeredBy` string
      - `updatedAt` string
      - `workflowId` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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