Skip to main content
GET
/
v1
/
workspaces
/
{workspace_id}
/
keys
/
{key_id}
/
usage
Get API Key Usage
curl --request GET \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/keys/{key_id}/usage \
  --header 'Authorization: Bearer <token>'
Returns usage statistics for an API key. Any workspace member can read.
This endpoint uses session authentication, not API key authentication. See Authentication.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.