Authentication
Every request must include anAuthorization header containing your Appstack API key. You can find your API key in the Appstack dashboard under your app settings.
API keys are scoped to a single app. The response will only include events for the app associated with the key.
Endpoint
Request
Query Parameters
Unix timestamp (seconds) defining the start of the export window. Returns all events from this timestamp up to the current time.Example:
1700000000Output format for the response. Accepted values:
Maximum number of events to return in a single response. Must be between
1
and 10000 (the maximum page size). Use together with offset to page through
large result sets.Number of events to skip before returning results. Page through the full window
by incrementing
offset in steps of limit.Results are ordered by
event_time (ascending). A response is the last page
when it contains fewer than limit events — keep requesting with an increasing
offset until then.Example request
Response
Forformat=json, the endpoint returns a JSON object. For all other formats, the response is streamed as a file download with the appropriate Content-Disposition header.
JSON response
Response fields
Array of attributed events.
Number of events returned in this response (i.e. in the current page).