Reports

Create a new report request.

post
Authorizations
AuthorizationstringRequired

Bearer authentication

Body
namestringRequiredExample: 2023 GPU report
startstring · date-timeRequired

timestamp from when to fetch data in UTC

Example: 2023-06-07 12:09:18.211
endstring · date-timeRequired

timestamp until when to fetch data in UTC

Example: 2023-06-07 12:09:18.211
groupBystring · enum · nullableOptionalPossible values:
filterBystring[]Optional

Filter results by a parameter. Use the format field-name == value.

Default: []Example: ["projectName==some-name"]
Responses
post
/api/v1/org-unit/reports

Get report

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
reportIdstring · uuidRequired

The report id

Example: 575c19e8-c7c3-45b0-8290-2f47397a8383
Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v1/org-unit/reports/{reportId}

Delete report

delete
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
reportIdstring · uuidRequired

The report id

Example: 575c19e8-c7c3-45b0-8290-2f47397a8383
Responses
delete
/api/v1/org-unit/reports/{reportId}

No content

Download report

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
reportIdstring · uuidRequired

The report id

Example: 575c19e8-c7c3-45b0-8290-2f47397a8383
Responses
chevron-right
200

Executed successfully.

text/csv
get
/api/v1/org-unit/reports/{reportId}/file

Last updated