v12

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01252498556.8 KB
ga4gh

GA4GH: Retrieve run status

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

get/ga4gh/wes/v1/runs/{run_id}/status

Path parameters

run_idstring required

Run string identifier

Response

OK

run_idstring
state'UNKNOWN' | 'QUEUED' | 'INITIALIZING' | 'RUNNING' | 'PAUSED' | 'COMPLETE' | 'EXECUTOR_ERROR' | 'SYSTEM_ERROR' | 'CANCELED' | 'CANCELING'