get_count_history_with_timestamp
Retrieve up to 50 historical count records for a specific segment, filtered by epoch timestamp for pagination.
Instructions
🟢 READ-ONLY · Segments · GET /api/3/segmentsV2/{segmentId}/count-history/{timestamp}
Retrieve all result counts for the given segment that were ran without an AdditionalCriteria
Fetches data. Makes no changes to your ActiveCampaign account.
Up to 50 results will be returned at once. To get the next page, request again with the last result's timestamp formatted as an EPOCH seconds value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| segmentId | Yes | A segment id | |
| timestamp | Yes | Epoch seconds. Exclusive. Retrieves up to 50 segment count history records that occurred before this point in time |