List API keys

List all API keys for the authenticated user. Management key required.

Authentication

AuthorizationBearer
API key as bearer token in Authorization header

Query parameters

include_disabledstringOptional
Whether to include disabled API keys in the response
offsetintegerOptional>=0
Number of API keys to skip for pagination
workspace_idstringOptionalformat: "uuid"
Filter API keys by workspace ID. By default, keys in the default workspace are returned.

Response

List of API keys
datalist of objects
List of API keys

Errors

401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error