Skip to main content
GET
List Tasks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:0

Page number, 0 indexed.

Required range: x >= 0
limit
integer
default:50

The page size

Required range: 1 <= x <= 200
sort_order
enum<string>
Available options:
asc,
desc
sort_by
enum<string>
Available options:
modified_at,
status,
type,
created_at
status
enum<string>[]
Available options:
open,
completed,
closed,
archived,
failed,
processing,
assigned_to_agent
type
enum<string>
Available options:
activity_summary_outreach,
activity_summary_payments,
auto_response_email,
auto_response_call,
call_analysis,
disable_contact,
recommendation_new_contact,
scheduled_email_approval,
scheduled_call_approval
classification
string[]
partner_id
string
assignee
string

The User identifier, (e.g. usr_abc123).

is_automated
boolean

Response

Successful response

data
object[]
current_page
integer
default:0

The current page.

total_records
integer
default:0

Total number of records.

next_page
integer | null

The next page, if one exists.