/agents/{id}/query
Get Metrics
Returns usage and user-provided feedback data. This information can be used for data-driven improvements and optimization.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Agent ID of the agent to get metrics for
Query Parameters
Filter messages by conversation ids.
Filter messages by users.
Filters messages that are created after the specified timestamp.
Filters messages that are created before specified timestamp.
Limits the number of messages to return.
Required range:
x <= 1000
Offset for pagination.
Was this page helpful?