Skip to main content
GET
List API keys
This endpoint requires a management API key. Standard Gateway API keys are not accepted.
Returns API keys for the authenticated workspace with pagination and optional disabled-key filtering.

Authorizations

Authorization
string
header
required

Bearer token authentication

Query Parameters

include_disabled
boolean
default:false

Whether to include paused or soft-blocked keys in the response.

offset
integer
default:0

Number of API keys to skip for pagination.

Required range: x >= 0
limit
integer
default:100

Maximum number of API keys to return.

Required range: 1 <= x <= 250
workspace_id
string<uuid>

Optional workspace override. Must match the authenticated workspace unless using an internal control caller.

Response

API key list

data
object[]
required
total_count
integer
required
Required range: x >= 0
Example:

3

Last modified on July 26, 2026