Lists all API keys for the workspace associated with the Management API key.

Query Params
string

Filters by API key type.

string

Filters by API key status.

string

Filters by environment ID.

string

Cursor token used for pagination. Response will contain items appearing after the given cursor.

number
0 to 101
Defaults to 10

Sets the maximum number of items contained in a single page.

Headers
string
required

Management API version.

Responses

Response body
object
data
array of objects
required
data*
object
string
required

Auto-generated ID for an API key

string
required

API key name

string

API key description

string
required

API key status, indicates if an API keys is enabled or disabled.

enabled disabled

string
required

ID of an environment the API key belongs to.

string
required

Type of an API key.

public secret proxy

string

Value of an API key. This field is immutable, and for secret keys it's only visible upon creation.

number
required

Current limit in requests-per-second for the API key.

date-time
required

Date when API key was created.

date-time

Date when API key was disabled.

metadata
object
required
pagination
object
required

Object containing pagination metadata.

Language
Credentials