Organization

Compute and store daily usage + spend for organizations

Compute and store daily usage and spend for organizations.

post/v1/organization/usage/daily-aggregate

Request body

organization_idsinteger[] nullable
skipinteger nullable

Offset into organizations table when using windowed mode

limitinteger nullable

Max number of orgs to aggregate in windowed mode

daystring date-time required

UTC day to aggregate (YYYY-MM-DD), must not be in the future

Example request

{
  "day": "2026-08-31"
}

Response

Successful Response

daystring date required

UTC day that was aggregated (YYYY-MM-DD)

Changes

No recorded changes to this endpoint across all 1 revision of this API.