Get list of activities

Retrieves a paginated list of CRM-related activities that have been logged from external CRM systems (such as Salesforce or Microsoft Dynamics) along with their processing status and outcomes in Seismic. Use this endpoint to audit CRM synchronization, troubleshoot failed activity ingestion, validate integration behavior, and reconcile CRM events with Seismic records over a specified date range. The endpoint returns comprehensive details including user information, activity context, timestamps, and any errors encountered during processing. Results are paginated using limit and offset parameters to efficiently handle large datasets. Example use case: An agent monitoring integration health could call this endpoint daily with startDate and endDate set to yesterday's date, then filter for status='Failed' to identify and report synchronization issues. Another example: To generate a compliance report of all meeting activities for January 2024, call with startDate='2024-01-01', endDate='2024-01-31', and eventType filter, paginating through results using offset until all records are retrieved.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!