api_keys

List API keys

List all API keys for the authenticated user.

Args: pagination: The pagination options

Returns: A list of API keys belonging to the user.

get/v1/api-keys

Query parameters

limitinteger

Maximum number of items to return per page

Maximum number of items to return per page

offsetinteger

Offset of the first item to return

Offset of the first item to return

Response

A list of API keys for the user

object'list'

The object type of the response

Changes

Changed in 1 of the 17 revisions of this API.12

  • 88bcf0a5d27e12See the full diff
    • the response property const value store was removed for the status

      response-property-const-removed

    • added the new completions enum value to the ////// response property for the response status

      response-property-enum-value-added

    • added the new store enum value to the ////// response property for the response status

      response-property-enum-value-added