v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Statistics

Get App Attempt Stats

Returns application-level statistics on message attempts

get/api/v1/stats/app/{app_id}/attempt

Path parameters

app_idstring required

The Application's ID or UID.

Example:unique-identifier

The Application's ID or UID.

Query parameters

startDatestring date-time nullable

Filter the range to data starting from this date.

Filter the range to data starting from this date.

endDatestring date-time nullable

Filter the range to data ending by this date.

Filter the range to data ending by this date.

period'OneDay' | 'OneHour' | 'FiveMinutes'

Period length for a statistics data point.

The period to aggregate the data by.

event_typesstring[] nullable

Filter response based on the event type

Filter response based on the event type

[
  "user.signup"
]

Response

startDatestring date-time required
endDatestring date-time required
period'OneDay' | 'OneHour' | 'FiveMinutes' required

Period length for a statistics data point.