Skip to main content
GET
List AI Gateway access key configurations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

beforeId
string

Returns items before this resource identifier in descending ID order.

limit
integer<int32>

Maximum number of items to return. Defaults to 100 and may not exceed 100.

Required range: 1 <= x <= 100

Response

A page of AI Gateway access key configurations.

aiGatewayAccessKeyConfigurations
object[]
required

The AI Gateway access key configurations for this account.

uri
string
required

URI of this list resource.

nextPageUri
string | null

URI of the next page of results, or null if there is no next page.