Skip to main content
GET
List credit limit policies
The organization bot token must have the following scopes:
  • credit-limit-policy:read

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Notion-Version
enum<string>
required

The Admin API version to use for this request.

Available options:
2026-06-01

Path Parameters

space_id
string<uuid>
required

Query Parameters

page_size
integer

Number of policies to return (1–100; default 100).

Required range: 1 <= x <= 100
start_cursor
string

Opaque continuation cursor from a previous page.

Response

object
string
required

Always list

Allowed value: "list"
type
string
required

Always credit_limit_policy

Allowed value: "credit_limit_policy"
results
object[]
required

The active credit limit policies in the workspace.

Maximum array length: 100
has_more
boolean
required

Whether another page is available.

next_cursor
string | null
required

Cursor for the next page, or null on the last page.