latestOpenAPI 3.1.02026-08-142887561.0 MB
61436a496404
beta.admin.api-keys
Get Api Keys
List API keys for the Organization.
get/v1/admin/api-keys
Query parameters
limitinteger
Maximum number of results to return.
Maximum number of results to return.
offsetinteger
Number of results to skip before returning results.
Number of results to skip before returning results.
namestring nullable
Filter API keys by name substring or the last 4 characters of the key. Matching is case-insensitive and accent-insensitive.
Filter API keys by name substring or the last 4 characters of the key. Matching is case-insensitive and accent-insensitive.
Response
OK
Example response
{
"keys": [
{
"key": "HQSxfB7IaJRKNHRv0e5OAYJNO1h2Ug6Y",
"name": "Production API Key",
"hidden_key": "HQSx...Ug6Y",
"workspace_name": "Product Team",
"created_by": "alice.martin@example.com"
}
]
}