Skip to main content
GET
cURL

Path Parameters

org_id
string<uuid>
required

The UUID of the organization — this UUID is provided in the response on organization creation.

Query Parameters

start_date
string

The start date of report.

Example:

"2023-07-01"

end_date
string

The end date of report.

Example:

"2023-07-31"

Response

200 - application/json

Successfully retrieved a report of an organization.

Organizational report.

start_date
string

Start date.

Example:

"2023-07-01"

end_date
string

End date.

Example:

"2023-07-31"

organization
string

Organization name.

Example:

"Arboreal Research Division"

organization_id
string<uuid>

UUID of an organization.

Example:

"71d164e-6ebe-4126-8839-f1529bb01a00"

budget
number

Organization quota limit.

Example:

150000

balance
number

Organization balance.

Example:

47500

currency
string

Organization currency.

Example:

"USD"

qpus
object[]
members
object[]

A list of user reports.