---
title: "GET /v1/runs"
method: GET
path: "/v1/runs"
---

# GET /v1/runs

`GET /v1/runs`

List all runs

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ListRunsSuccessResponse
  - `code` integer
  - `data` PaginatedDataGithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityRunListItem
    - `hasMore` boolean
    - `items` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityRunListItem[]
      - `finishedAt` string
      - `id` string
      - `startedAt` string
      - `status` 'running' | 'waiting' | 'success' | 'failure' | 'cancelled'
      - `triggerSource` string
      - `triggeredBy` string
      - `workflowId` string
      - `workflowVersion` integer
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

---

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