Get a single task
Tasks
Get a single task
GET
Get a single task
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Task UUID.
Pattern:
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Response
Task details.
Available options:
pending, completed, dismissed, cancelled Task type. Canonical values: call, email, linkedin. Other
non-canonical values may appear on older rows; draft is only
populated for canonical types.
Available options:
urgent, high, medium, low, null ID of the agent that generated this task. Null for manually created tasks.
Entities this task is about. All fields optional.
Type-specific draft content. Shape varies by task_type.