List Activities

Retrieve a list of activities in your organization with optional filtering and pagination.

Endpoint

GET
/activities

Request

Loading editor...

Response

json
Loading editor...

Query Parameters

ParameterTypeDescription
organization_idNumberID of the organization (required)
assigned_to_user_idNumberFilter by the user the activity is assigned to
created_by_user_idNumberFilter by the user who created the activity
deal_idNumberFilter by associated deal ID
contact_idNumberFilter by associated contact ID
company_idNumberFilter by associated company ID
activity_typeStringFilter by activity type (e.g., 'call', 'meeting', 'task')
doneBooleanFilter by completion status
start_dateObjectFilter by start date range, e.g., { "$gte": "2025-04-01", "$lte": "2025-04-30" }
subjectStringFilter by subject (supports partial matching)
$limitNumberNumber of activities to return (default: 10)
$skipNumberNumber of activities to skip (for pagination)
$sortObjectSort criteria (e.g., { "start_date": 1, "start_time": 1 } for ascending order)
fastJoinForActivityListBooleanInclude related data (users, deals, contacts, companies) in a more efficient format for listing

Report an issue with this documentation

Please log in to report issues with our documentation.