Gets the usage record for an organization
GET
/billing/api/v1/usage/organizations/{org_id}
Path Parameters
org_idstringrequired
Organization ID
Responses
200
OK
Response Fields:
documentation_count(integer)organization_id(string)
Example:
{
"documentation_count": 0,
"organization_id": "string"
}404
Not Found
Example:
{
"key": "value"
}500
Internal Server Error
Example:
{
"key": "value"
}