---
title: "Get Org Spend Total"
method: GET
path: "/api/py/usage/org-spend-total"
tags: ["usage"]
---

# Get Org Spend Total

`GET /api/py/usage/org-spend-total`

## Query parameters

- `organization_id` string, required
- `from` string, date, required
- `to` string, date, required

## Response `200`

Successful Response

- OrgSpendTotalResponse
  - `status` 'ok' | 'not_configured', required
  - `total_cost` number, required

## Other responses

- `422` — Validation Error

---

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