v19

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-084091267.1 KB
Tasks

Retrieve Task Group

Retrieves aggregated status across runs in a TaskGroup.

get/v1/tasks/groups/{taskgroup_id}

Path parameters

taskgroup_idstring required

Response

Successful Response

taskgroup_idstring required

ID of the group.

metadataobject nullable

User-provided metadata stored with the group.

created_atstring nullable required

Timestamp of the creation of the group, as an RFC 3339 string.

Example response

{
  "status": {
    "modified_at": "2025-04-24T18:56:22.513132Z"
  },
  "created_at": "2025-04-24T18:56:22.513132Z"
}