Skip to content

List Contact Tasks

GET
/contacts/{contact_id}/tasks

List all tasks on a contact.

Authorizations

Parameters

Path Parameters

contact_id
required

Contact ID

integer

Contact ID

Query Parameters

status
Any of:
string

Filter by status (open, completed)

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required
Array<object>
object
assignee_id
Any of:
string
assignee_name
Any of:
string
completed_subtask_count
Any of:
integer
created_at
Any of:
string
created_by
Any of:
string
description
Any of:
string
due_date
Any of:
string
entity_id
Any of:
string
entity_label
Any of:
string
entity_type
Any of:
string
execution_id
Any of:
string
executor_agent_id
Any of:
string
executor_agent_name
Any of:
string
executor_type
string
default: human
Allowed values: human agent
id
required
string
links
Array<object>
object
key
additional properties
any
parent_task_id
Any of:
string
priority
Any of:
integer
reminder_at
Any of:
string
reminder_sent_at
Any of:
string
source_external_id
Any of:
string
source_meeting_id
Any of:
integer
source_meeting_start_time
Any of:
string
source_meeting_title
Any of:
string
source_transcript_id
Any of:
string
source_url
Any of:
string
status
Any of:
string
subtask_count
Any of:
integer
subtask_sort_order
Any of:
integer
tags
Array<string>
task_type
Any of:
string
title
required
string
updated_at
Any of:
string
visibility
Any of:
string
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string