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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date
required

Required. The start date of the date range filter for activity records. Only activities that occurred on or after this date will be included. Must be provided in ISO 8601 date format (YYYY-MM-DD). The date range between startDate and endDate cannot exceed 7 days. Used to define the query window for CRM activity synchronization auditing and reconciliation.

date
required

Required. The end date of the date range filter for activity records. Only activities that occurred on or before this date will be included. Must be provided in ISO 8601 date format (YYYY-MM-DD). The date range between startDate and endDate cannot exceed 7 days. Must be greater than or equal to startDate. Used to define the query window for CRM activity synchronization auditing and reconciliation.

integer
1 to 1000
Defaults to 100

Optional. Maximum number of activity records to return in a single page. Defaults to 100 if not specified. Minimum value is 1, maximum is 1000. Use this parameter along with offset to paginate through large result sets. Smaller values provide faster response times while larger values reduce the total number of API calls needed to retrieve all records.

integer
≥ 0
Defaults to 0

Optional. The number of records to skip before returning results. Used for offset-based pagination. Defaults to 0 (start from the first record). To retrieve the next page, set offset to the number of records already retrieved. For example, if limit=100 and you've received 100 records, set offset=100 to get the next page. Calculate using: offset = pageNumber * limit.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json