Skip to main content
POST
Python

Authorizations

x-api-key
string
header
required

Body

application/json

Request to create a task group.

metadata
Metadata · object | null

User-provided metadata stored with the task group.

Response

Successful Response

Response object for a task group, including its status and metadata.

taskgroup_id
string
required

ID of the group.

status
TaskGroupStatus · object
required

Status of the group.

created_at
string | null
required

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

Example:

"2025-04-24T18:56:22.513132Z"

metadata
Metadata · object | null

User-provided metadata stored with the group.