Skip to main content
GET
Org Get

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

Query Parameters

since
string<date-time>

Aggregate events recorded at or after this time (RFC 3339).

until
string<date-time>

Aggregate events recorded strictly before this time (RFC 3339). Defaults to now.

Response

Organization total with project and named resource breakdowns.

meters
object[]
required
resources
object[]
required

Usage grouped by named app, database, cache, queue, cron, deployment, or storage resource.

totalUsd
number
required
projects
object[]
required