latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
key management
Key Aliases
Lists key aliases with pagination and optional search.
Non-admin users only see aliases for keys they own or keys belonging to their teams.
Returns: { "aliases": List[str], "total_count": int, "current_page": int, "total_pages": int, "size": int, }
get/key/aliases
Query parameters
pageinteger
Page number
Page number
sizeinteger
Page size
Page size
searchstring nullable
Search key aliases (case-insensitive partial match)
Search key aliases (case-insensitive partial match)
team_idstring nullable
Filter aliases to keys belonging to this team
Filter aliases to keys belonging to this team
Response
Successful Response
object required