listRawMetrics
listRawMetricsList usage events with filtering by ID, name, or API slug to retrieve raw metrics from your billing platform.
Instructions
List Usage Events. Supports filtering by ID, name, and API slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | The cursor for pagination. | |
| limit | No | Maximum number of records to return per page (defaults to 10). | |
| order | No | Order of results (e.g., '-created_at'). | -created_at |
| sort_key | No | Key to sort the results by (e.g., 'created_at'). | created_at |
| sort_type | No | Sort order type (e.g., 'asc'). | DESC |
| search | No | General search query. | |
| id | No | Filter by usage event ID. | |
| name__ilike | No | Case-insensitive partial match for usage event name. | |
| api_slug__ilike | No | Case-insensitive partial match for API slug. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |