- Issue an initial request using startDate with a value set to some date in the last 90 days
- Retrieve the next page of events through the next value from the response data.
- Issue the paginated request
- Retrieve the next page of events through the next value from the response data
- Pause and repeat the previous step.
Parameters
Parameter | Description |
---|---|
End Date | Timestamp to list activity before (inclusive). |
Limit | Specifies the number of results to page (maximum: 1000) (default: 1000). |
Next | Specifies the pagination cursor to the next page. |
Start Date | Timestamp to list activity after (inclusive). This should be less than 90 days from now. Defaults to 90 days. |