---
title: "GA4GH: Retrieve run status"
method: GET
path: "/ga4gh/wes/v1/runs/{run_id}/status"
tags: ["ga4gh"]
---

# GA4GH: Retrieve run status

`GET /ga4gh/wes/v1/runs/{run_id}/status`

Uses the GA4GH workflow execution service API to retrieve the status of the run associated with the given `run_id`.

## Path parameters

- `run_id` string, required

## Response `200`

OK

- 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)
