accounts

Get custom activities for an account

Returns custom activities for the specified account, ordered from newest to oldest. The {id} parameter accepts either: Internal account ID (UUID format) External ID (any string format)

Rate limit: 300 requests per minute

get/accounts/{id}/activities

Path parameters

idstring required

The ID or external ID of the account to fetch activities for.

Query parameters

activity_typestring

The custom activity type slug to filter by.

start_timestring

The start time (RFC3339) of the activity time range.

end_timestring

The end time (RFC3339) of the activity time range.

cursorstring

The cursor to use for pagination.

limitinteger

The number of activities to fetch. Defaults to 100. Must be greater than 0 and less than or equal to 1000.

Response

request_idstring

The request ID for tracking.

Changes