v3

OpenAPI 3.1.02026-07-2759128137.8 KB
tasks

Get Task

Fetch a single task.

Requires the tasks:read scope on the API key.

get/v1/tasks/{task_id}

Path parameters

task_idstring uuid required

ID of the task.

Response

Successful Response

idstring uuid required

Unique identifier.

organization_idstring uuid required

Workspace this task belongs to.

type'EMAIL_REPLY' | 'LINKEDIN_REPLY' | 'NEW_LEAD_REVIEW' | 'CALL' | 'PLAYBOOK_APPROVAL' | 'TODO' required
priority'HOT' | 'TODAY' | 'EXTRA' required
status'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'SKIPPED' required
sequence_idstring uuid nullable required

Sequence run this task was projected from, if any.

assignee_user_idstring uuid nullable required

User the task is assigned to, if any.

disposition'ANSWERED' | 'VOICEMAIL_LEFT' | 'NO_ANSWER' required
reopened_atstring date-time nullable required

When the task was last reopened, if ever.

reopen_reason'REMINDER_RULE' required
skipped_atstring date-time nullable required

When the task was skipped, if applicable.

completed_atstring date-time nullable required

When the task was completed, if applicable.

created_atstring date-time required

When the task was created.

updated_atstring date-time required

When the task last changed.