Skip to main content
Version: Next

Get usage metrics

GET 

/usage-metrics

Retrieve the usage metrics by given start and end date.

Request

Query Parameters

    startTime date-timerequired

    The start date for usage metrics, including this date.

    endTime date-timerequired

    The end date for usage metrics, including this date.

Responses

The usage metrics search result.

Schema
    assignees int64

    The amount of unique active users.

    processInstances int64

    The amount of created root process instances.

    decisionInstances int64

    The amount of executed decision instances.

Loading...