Query Events
Counts of email events (sent, delivered, bounced, etc.) over time for
the organization. Defaults to the last 24 hours; `start` must be within
the last 90 days, and a future `end` is clamped to now. Omit `period`
for individual event counts, or set it to sum counts into buckets of
that many seconds.
**CLI:**
```bash
agentmail metrics list
```
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
event_types
List of metric event types to query.
start
Start timestamp for the query.
end
End timestamp for the query.
period
Size of each time bucket as a whole number of seconds, between 1 and 86400.
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.
Errors
400
Validation Error
