メインコンテンツへスキップ
GET
List API Keys

承認

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 | null

The number of API keys to return per page. Defaults to 20. Values above 100 are silently capped at 100.

starting_after
string | null

A cursor for forward pagination. starting_after is an API key ID that defines your place in the list; the response will include keys that come after this ID. Cannot be combined with ending_before.

ending_before
string | null

A cursor for backward pagination. ending_before is an API key ID that defines your place in the list; the response will include keys that come before this ID. Cannot be combined with starting_after.

q
string | null

Free-text query that matches against the key's description, creator name, and creator email.

レスポンス

data
ApiKey · object[]
必須

The paginated list of API keys.

has_more
boolean
必須

Whether there are more pages of API keys.

next_page
string | null

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