Skip to content

API

Poiesis serves the GA4GH TES v1.1.0 REST API under /ga4gh/tes/v1.

MethodPathOperation
GET/service-infoGetServiceInfo
GET/tasksListTasks (filters, pagination, view levels)
POST/tasksCreateTask
GET/tasks/{id}GetTask (MINIMAL / BASIC / FULL view)
POST/tasks/{id}:cancelCancelTask

The API Reference renders the full OpenAPI spec.

Source of truth

The OpenAPI document is copied verbatim from the GA4GH repository at build time. Implementation-specific changes (if any) are syntactic and remain compliant with the spec.

Released under the Apache License 2.0.