Skip to main content
GET
List Invites

承認

Authorization
string
header
デフォルト:$CARTESIA_ADMIN_API_KEY
必須

Cartesia admin API key (sk_car_admin_...). Get one at play.cartesia.ai/keys/admin.

ヘッダー

Cartesia-Version
enum<string>
デフォルト:2026-03-01
必須

API version header.

利用可能なオプション:
2026-03-01
:

"2026-03-01"

クエリパラメータ

limit
integer
デフォルト:20

The maximum number of items to return. Defaults to 20; values above 100 are capped at 100.

必須範囲: 1 <= x <= 100
starting_after
string

An opaque pagination cursor from next_page. Pass it back to fetch the next page. Cannot be combined with ending_before.

ending_before
string

An opaque pagination cursor from next_page. Pass it back to fetch the previous page. Cannot be combined with starting_after.

status
enum<string>
デフォルト:pending

Filter invites by status. Defaults to pending.

利用可能なオプション:
pending,
accepted,
revoked,
expired

レスポンス

List Invites

data
OrganizationInvite · object[]
必須

The requested page of results

has_more
boolean
必須

Whether more results are available after this page

next_page
string | null

An ID that can be passed as starting_after or ending_before to get the next page of data