Get email and meeting activity history for a company.
Activity
Company activities
Returns a paginated list of emails and calendar meetings where any participant is associated with the company, ordered by date descending.
Filter parameters:
- type: email | meeting — omit to return both
- date_from: ISO date (YYYY-MM-DD), inclusive
- date_to: ISO date (YYYY-MM-DD), inclusive
Pagination:
- page: Page number (default: 1)
- per_page: Results per page (default: 50)
GET
Get email and meeting activity history for a company.
Authorizations
Path Parameters
Query Parameters
Page number, 1-indexed. Clamped to >= 1.
Results per page. Clamped to the range 1-100 (values outside are silently capped, not rejected).
Filter by activity type. 'email' or 'meeting'.
Available options:
email, meeting Filter activities on or after this ISO date (YYYY-MM-DD).
Filter activities on or before this ISO date (YYYY-MM-DD), inclusive.