To get agent usage, send a GET request to /v2/gen-ai/agents/{uuid}/usage. Returns usage metrics for the specified agent within the provided time range.
/v2/gen-ai/agents/{uuid}/usage
Optional
Return all usage data from this date.
Return all usage data up to this date, if omitted, will return up to the current date.
To get agent usage, send a GET request to
/v2/gen-ai/agents/{uuid}/usage. Returns usage metrics for the specified agent within the provided time range.