---
title: "GA4GH: List runs"
method: GET
path: "/ga4gh/wes/v1/runs"
tags: ["ga4gh"]
---

# GA4GH: List runs

`GET /ga4gh/wes/v1/runs`

Uses the GA4GH workflow execution service API to list all run records.

## Query parameters

- `page_size` integer
- `page_token` string

## Response `200`

OK

- RunListResponse
  - `next_page_token` string
  - `runs` RunStatus[]
    - `run_id` string
    - `state` 'UNKNOWN' | 'QUEUED' | 'INITIALIZING' | 'RUNNING' | 'PAUSED' | 'COMPLETE' | 'EXECUTOR_ERROR' | 'SYSTEM_ERROR' | 'CANCELED' | 'CANCELING'

## Other responses

- `400` — Bad request
- `403` — Operation not allowed

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/13316c9fe5ff/schema)
