Query Metrics
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
inbox_id
The ID of the inbox.
Query parameters
event_types
List of metric event types to query.
start
Start timestamp for the query.
end
End timestamp for the query.
period
Period in number of seconds for the query.
limit
Limit on number of buckets to return.
descending
Sort in descending order.
Response
This endpoint returns a map from enums to lists of objects.
timestamp
Timestamp of the bucket.
count
Count of events in the bucket.
