Get Reports

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

year

integer
month
Required
Constraints: minimum: 1 maximum: 12

month

string
agentId
Required

agentId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of Report of type(s) application/json
[
    {
        "checksum": "string",
        "contentLength": 0,
        "contentType": "string",
        "ref": "string",
        "reportType": "string"
    }
]

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