oauth_client_usage
Retrieve OAuth client usage data to monitor total API requests and endpoint breakdown over a specified time range.
Instructions
Retrieves the usage of an OAuth Client for a given period. It returns the total number of requests and a breakdown of Platform API endpoints used by the client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oauthClientId | Yes | The UUID of the OAuth Client to retrieve the usage for (e.g., 00000000-0000-0000-0000-000000000000) | |
| startDate | Yes | The start date/time in ISO-8601 format (e.g., '2024-01-01T00:00:00Z') | |
| endDate | Yes | The end date/time in ISO-8601 format (e.g., '2024-01-07T23:59:59Z') |