Gets the usage record for a documentation
GET
/billing/api/v1/usage/documentations/{documentation_id}
Path Parameters
documentation_idstringrequired
Documentation ID
Responses
200
OK
Response Fields:
ai_request_count(integer)documentation_id(string)images_generated_count(integer)organization_id(string)rag_request_count(integer)section_count(integer)
Example:
{
"ai_request_count": 0,
"documentation_id": "string",
"images_generated_count": 0,
"organization_id": "string",
"rag_request_count": 0,
"section_count": 0
}404
Not Found
Example:
{
"key": "value"
}500
Internal Server Error
Example:
{
"key": "value"
}