Query Events
Counts of email events (sent, delivered, bounced, etc.) over time for
the pod. 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 pods:metrics query --pod-id <pod_id>
```
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
pod_id
ID of pod.
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
