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

# Get manageusage

> ``GET /v3/manage/usage`` -- organization usage aggregated over History, scoped to the calling
key's org (``principals_in_org``). ``manage:read``. ``end`` is exclusive at day granularity; see the
module docstring for the parameter and envelope contract.



## OpenAPI

````yaml https://api.edenai.run/v2/info/splitted-schema/management_api/openapi.json get /manage/usage/
openapi: 3.0.3
info:
  title: Organization Management
  version: '2.0'
  description: Your project description
servers:
  - url: https://api.edenai.run/v3
security: []
paths:
  /manage/usage/:
    get:
      tags:
        - usage
      description: >-
        ``GET /v3/manage/usage`` -- organization usage aggregated over History,
        scoped to the calling

        key's org (``principals_in_org``). ``manage:read``. ``end`` is exclusive
        at day granularity; see the

        module docstring for the parameter and envelope contract.
      operationId: manage_usage_retrieve
      responses:
        '200':
          description: No response body

````