v1

latestOpenAPI 3.0.12026-07-2696152184.1 KB
ApiKeys

List API Keys

Returns a paginated list of standard API keys owned by the authenticating organization. Only metadata is returned, not the keys themselves. Admin API keys are not included.

get/api-keys

Query parameters

limitinteger nullable

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

starting_afterstring nullable

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_beforestring nullable

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.

qstring nullable

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

Headers

Cartesia-Version'2026-03-01' date required
Example:2026-03-01

API version header.

Response

has_moreboolean required

Whether there are more pages of API keys.

next_pagestring nullable

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