---
title: "Returns billing costs aggregated per organization, ranked by cost."
method: GET
path: "/billing/costs/organizations"
tags: ["Billing"]
---

# Returns billing costs aggregated per organization, ranked by cost.

`GET /billing/costs/organizations`

## Query parameters

- `startDate` string, date-time
- `endDate` string, date-time
- `page` integer
- `pageSize` integer
- `includeNonBillable` boolean

## Response `200`

OK

- QueryCostsByOrganizationEndpointPagedResultOfOutput
  - `total` integer, required
  - `page` integer, required
  - `pageSize` integer, required
  - `items` QueryCostsByOrganizationEndpointOutput[], required
    - `organizationId` string, required — The organization identifier.
    - `organizationName` string, required — The organization name, falling back to the organization identifier when it cannot be resolved.
    - `grossCost` number, double, required — The gross cost for this organization (before discount).
    - `discount` number, double, required — The discount for this organization.
    - `netCost` number, double, required — The net cost for this organization (after discount).
    - `responseCount` integer, required — The total number of responses for this organization.
  - `totalPages` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

## Changes

- **2026-08-27** `4ee3e6f5e4f4` — 1 breaking, 1 info
  - removed the required property `items/items/organizationOwnerId` from the response with the `200` status
  - added the required property `items/items/organizationId` to the response with the `200` status

[Change history](https://skmtc.dev/rapidata/apis/rapidata-api/changes/billing/costs/organizations/get.md)

---

[API](https://skmtc.dev/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.dev/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/f5235270ce3c/schema)
