Get usage summary
get_usage_summarySummarize VerifyAX usage events by time range or simulation, scenario, or job; returns total event count, product-area breakdown, and reported platform spend in USD.
Instructions
Summarizes VerifyAX usage events over an optional time range or for a specific simulation, scenario, or job. Paginates across all matching events (up to a cap) and returns the total event count, a breakdown by product area, and total platform spend in USD when the API reports it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failed | No | ||
| job_uuid | No | Filter by async job UUID. | |
| max_events | No | Cap on events to summarize (default 10000). | |
| product_area | No | ||
| scenario_uuid | No | ||
| event_start_to | No | ISO 8601 end of the window. | |
| simulation_uuid | No | ||
| event_start_from | No | ISO 8601 start of the window. | |
| evaluation_job_uuid | No | Filter by evaluation job UUID. | |
| simulation_job_uuid | No | Filter by simulation job UUID. |