v19

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

Create Task Group

Initiates a TaskGroup to group and track multiple runs.

post/v1/tasks/groups

Request body

metadataobject nullable

User-provided metadata stored with the task group.

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"
}