Skip to main content

List Api Keys

GET 

https://cloud.agenta.ai/api/keys

List all API keys associated with the authenticated user.

Args: request (Request): The incoming request object.

Returns: List[ListAPIKeysResponse]: A list of API Keys associated with the user.

Responses

Successful Response

Schema

  • Array [

  • prefix Prefix (string)required
    created_at Created At (string)required

    last_used_at

    object

    anyOf

    string

    expiration_date

    object

    anyOf

    string

  • ]

curl -L 'https://cloud.agenta.ai/api/keys' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://cloud.agenta.ai/api
Auth
ResponseClear

Click the Send API Request button above and see the response here!