Skip to main content
GET
/
api
/
v1
/
orgs
/
current
/
billing
/
usage
Error
A valid request URL is required to generate request examples
[
  {
    "customer_id": "<string>",
    "billable_metric_id": "<string>",
    "billable_metric_name": "<string>",
    "start_timestamp": "<string>",
    "end_timestamp": "<string>",
    "value": 123,
    "groups": {}
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

starting_on
string<date-time>
required
ending_before
string<date-time>
required
on_current_plan
boolean
default:true

Response

Successful Response

customer_id
string
required
billable_metric_id
string
required
billable_metric_name
string
required
start_timestamp
string
required
end_timestamp
string
required
value
number | null
required
groups
Groups · object
required