pydo.genai.get_agent_usage()
Generated on 21 Jan 2026
from pydo version
v0.24.0
Description
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.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
uuid |
string | True | Agent id | |
start |
string | False | Return all usage data from this date. | |
stop |
string | False | Return all usage data up to this date, if omitted, will return up to the current date. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.