Skip to main content
GET
List API Keys

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID

Query Parameters

status
string
Filter by status: active or revoked
limit
number
Items per page (default: 20)
lastKey
string
Pagination cursor from previous response

Response

Returns a paginated list of API Key objects (without key values).

Code Examples