Skip to main content
GET
List budgets

Authorizations

X-Auth-Token
string
header
required

Project API key for sending traces and accessing project-scoped resources. Format: sk-lw-... (no underscore). Obtain one by creating a project via the Admin API or the LangWatch UI.

Query Parameters

cursor
string
Maximum string length: 500
limit
integer
default:50
Required range: x <= 200
scope_type
string

Comma-separated subset of the scope types, lowercase, e.g. virtual_key,principal.

external_id
string

Exact match on the resource's external_id.

Maximum string length: 128

Response

Budgets for the organization

data
object[]
required
spend_available
boolean
required
next_cursor
string | null
required

Pass back as cursor for the next page. Null means the walk is exhausted; a full page does NOT mean there is more.

Last modified on May 19, 2026