Documentation Usage List documentation usages by organization

Lists all documentation usages for an organization

GET
/billing/api/v1/usage/organizations/{org_id}/documentations

Path Parameters

org_idstringrequired

Organization ID


Responses

200
OK

Example:

[
  {
    "ai_request_count": 0,
    "documentation_id": "string",
    "images_generated_count": 0,
    "organization_id": "string",
    "rag_request_count": 0,
    "section_count": 0
  }
]
400
Bad Request

Example:

{
  "key": "value"
}
500
Internal Server Error

Example:

{
  "key": "value"
}