@@ -1040,24 +1040,14 @@ paths:
1040
1040
security :
1041
1041
- ApiKeyAuth : []
1042
1042
operationId : getProjectUsageBreakdown
1043
- description : |
1044
- | Parameter | Type | Description |
1045
- |-----------|------|-------------|
1046
- | accessor | boolean | The public API key accessor used |
1047
- | deployment | boolean | The deployment type used |
1048
- | endpoint | boolean | The endpoint used |
1049
- | feature_set | boolean | The collection of features used |
1050
- | model | boolean | The model used |
1051
- | method | boolean | The processing method used |
1052
- | tags | boolean | Any tags used |
1053
- | diarize | boolean | Filter by diarization usage |
1054
- | utterances | boolean | Filter by utterances usage |
1043
+ description : Retrieves the usage breakdown for a specific project, with various filter options
1055
1044
parameters :
1056
1045
- $ref : ' #/components/parameters/project_id'
1057
1046
- $ref : ' #/components/parameters/start'
1058
1047
- $ref : ' #/components/parameters/end'
1059
1048
- $ref : ' #/components/parameters/project_filters'
1060
1049
- $ref : ' #/components/parameters/usage_breakdown_filters'
1050
+ - $ref : ' #/components/parameters/grouping'
1061
1051
responses :
1062
1052
' 200 ' :
1063
1053
$ref : ' #/components/responses/usage_breakdown'
@@ -2111,6 +2101,21 @@ components:
2111
2101
tags :
2112
2102
type : string
2113
2103
description : Filter results by specific tags
2104
+ grouping :
2105
+ name : grouping
2106
+ in : query
2107
+ required : false
2108
+ description : Common usage grouping parameters
2109
+ schema :
2110
+ type : string
2111
+ enum :
2112
+ - accessor
2113
+ - endpoint
2114
+ - feature_set
2115
+ - models
2116
+ - method
2117
+ - tags
2118
+ - deployment
2114
2119
distribution_scopes :
2115
2120
name : scopes
2116
2121
in : query
0 commit comments