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

# GA4GH: Describe run

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

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

## Path parameters

- `run_id` string, required

## Response `200`

OK

- RunLog
  - `outputs` object
  - `request` RunRequest
    - `tags` object
    - `workflow_engine_parameters` object
    - `workflow_params` string
    - `workflow_type` string
    - `workflow_type_version` string
    - `workflow_url` string
  - `run_id` string
  - `run_log` Log
    - `cmd` string[]
    - `end_time` string
    - `exit_code` integer
    - `name` string
    - `start_time` string
    - `stderr` string
    - `stdout` string
  - `state` 'UNKNOWN' | 'QUEUED' | 'INITIALIZING' | 'RUNNING' | 'PAUSED' | 'COMPLETE' | 'EXECUTOR_ERROR' | 'SYSTEM_ERROR' | 'CANCELED' | 'CANCELING'
  - `task_logs` Log[]
    - `cmd` string[]
    - `end_time` string
    - `exit_code` integer
    - `name` string
    - `start_time` string
    - `stderr` string
    - `stdout` string

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