Skip to main content
GET
List activities

Authorizations

X-API-Key
string
header
required

API key (sk_xxx) from Developer Settings. No X-Account-ID needed.

Headers

x-account-id
string | null

Query Parameters

categories
string | null

Comma-separated list of category IDs

custom_fields
string | null

JSON string of custom field filters

basic_filters
string | null

JSON string of basic filters

page
integer
default:1
Required range: x >= 1
page_size
integer
default:100
Required range: 1 <= x <= 1000
is_deleted
boolean | null
default:false
activity_type
string | null
status
string | null
priority
string | null
user_id
string<uuid> | null
contact_id
string<uuid> | null
company_id
string<uuid> | null
deal_id
string<uuid> | null
created_by
string<uuid> | null
due_date_from
string<date-time> | null
due_date_to
string<date-time> | null
search
string | null
exclude_completed
boolean | null
sort_by
string | null
sort_order
string | null

Response

Successful Response

items
Activity · object[]
required
total
integer
required
page
integer
required
page_size
integer
required
pages
integer
required