v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB

Lists API keys (metadata only, no plain text keys)

Returns metadata for your personal API keys and the workspace and team API keys you can manage. Organization admins also receive every member's personal API keys, each with an owner identifying the member it belongs to.

get/v1/api_keys

Response

Example response

{
  "keys": [
    {
      "name": "my-api-key",
      "model_ids": [
        "aaaaaaaa"
      ]
    }
  ]
}