Retrieves comprehensive usage statistics for the current tenant including total object counts and a per-schema breakdown for billing and analytics.
read:cmdb-config:jiraThis request has no parameters.
Tenant usage data retrieved successfully
Comprehensive usage statistics for a tenant.
1
2
3
4
curl --request GET \
--url 'https://api.atlassian.com/ex/jira/{cloudId}/jsm/assets/workspace/{workspaceId}/v1/usage' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json'1
2
3
4
5
6
7
8
9
10
11
{
"totalObjectsCount": 1234,
"perSchemaUsageInfo": [
{
"schemaId": 1,
"schemaName": "My Schema",
"schemaCreatedAt": "2025-01-15T10:30:00Z",
"objectCount": 567
}
]
}Rate this page: