Get All Reports

Get All Reports
Request
URI
GET
https://{api_host}/usage/api/v1/reports/{year}/{month}
COPY
Path Parameters
integer
year
Required
Constraints: minimum: 0

year

integer
month
Required
Constraints: minimum: 1 maximum: 12

month

Query Parameters
string
organizationId
Optional

organizationId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns StreamingResponseBody of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/usage/api/v1/reports/{year}/{month}