---
title: "Get Org Usage"
method: GET
path: "/api/v1/orgs/current/billing/usage"
tags: ["orgs"]
---

# Get Org Usage

`GET /api/v1/orgs/current/billing/usage`

## Query parameters

- `starting_on` string, date-time, required
- `ending_before` string, date-time, required
- `on_current_plan` boolean

## Response `200`

Successful Response

- OrgUsage[]
  - `customer_id` string, required
  - `billable_metric_id` string, required
  - `billable_metric_name` string, required
  - `start_timestamp` string, required
  - `end_timestamp` string, required
  - `value` number, nullable, required
  - `groups` object, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/versions/a0acb3a6a101/schema)
