Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
    • Aql
    • Icon
    • Import
    • Importsource
    • Iql
    • Object
    • Objectconnectedtickets
    • Objectschema
    • Objecttype
    • Objecttypeattribute
    • Progress
    • Config
    • Global
    • Usage
    Cloud
    Assets / Guides / REST API

    Usage

    Postman Collection
    OpenAPI
    Operations
    GET

    Get tenant usage information

    Retrieves comprehensive usage statistics for the current tenant including total object counts and a per-schema breakdown for billing and analytics.

    Data Security Policy: Exempt from app access rules
    Scopes
    read:cmdb-config:jira

    Request

    This request has no parameters.

    Responses

    Tenant usage data retrieved successfully

    application/json

    TenantUsageResponse

    Comprehensive usage statistics for a tenant.

    GET/usage
    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'
    200Response
    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: