Skip to main content
GET
List budgets

Authorizations

Authorization
string
header
required

Organization API key (sl_…).

Headers

x-tenant-id
string
required

The organization ID the request is scoped to.

Query Parameters

page_token
string | null

Opaque cursor from a previous response. Omit on the first call.

max_results
integer
default:50
name__ilike
string | null
name__not_ilike
string | null
name__isnull
boolean | null
id__in
string | null
id__not_in
string | null
status__in
string | null
status__not_in
string | null
status__isnull
boolean | null
frequency__in
string | null
frequency__not_in
string | null
frequency__isnull
boolean | null
team_id__in
string | null
team_id__not_in
string | null
team_id__isnull
boolean | null
started_at__gte
string<date-time> | null
started_at__lte
string<date-time> | null
budget_start_date
string<date> | null
budget_start_date__neq
string<date> | null
budget_start_date__gt
string<date> | null
budget_start_date__gte
string<date> | null
budget_start_date__lt
string<date> | null
budget_start_date__lte
string<date> | null
budget_start_date__in_range
enum<string> | null
Available options:
7D,
30D,
90D,
WTD,
MTD,
LMTD,
QTD,
YTD,
1M,
3M,
6M,
12M
budget_start_date__not_in_range
enum<string> | null
Available options:
7D,
30D,
90D,
WTD,
MTD,
LMTD,
QTD,
YTD,
1M,
3M,
6M,
12M
budget_start_date__isnull
boolean | null
budget_end_date
string<date> | null
budget_end_date__neq
string<date> | null
budget_end_date__gt
string<date> | null
budget_end_date__gte
string<date> | null
budget_end_date__lt
string<date> | null
budget_end_date__lte
string<date> | null
budget_end_date__in_range
enum<string> | null
Available options:
7D,
30D,
90D,
WTD,
MTD,
LMTD,
QTD,
YTD,
1M,
3M,
6M,
12M
budget_end_date__not_in_range
enum<string> | null
Available options:
7D,
30D,
90D,
WTD,
MTD,
LMTD,
QTD,
YTD,
1M,
3M,
6M,
12M
budget_end_date__isnull
boolean | null
created_at__gte
string<date-time> | null
created_at__lte
string<date-time> | null
created_by__in
string | null
created_by__not_in
string | null

Response

Successful Response

items
Budget · object[]
required
page_token
string | null

Opaque cursor for the next page; empty/absent on the last page.

row_count
integer | null

Best-effort total for the filtered result set; may be null when expensive.