> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apisale.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Per-key concurrency breakdown



## OpenAPI

````yaml /openapi.json get /v1/account/keys
openapi: 3.1.0
info:
  title: apisale Public API
  version: 1.0.0
  description: Generative media inference and account monitoring.
servers:
  - url: https://api.apisale.ai
security: []
paths:
  /v1/account/keys:
    get:
      summary: Per-key concurrency breakdown
      responses:
        '200':
          description: API key usage list
      security:
        - ApiKeyAuth: []
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: Authorization
      description: 'Format: Key as_live_xxx'

````