Skip to main content
GET
/
analytics
/
usage
Get Analytics Usage
curl --request GET \
  --url https://production.runalloy.com/analytics/usage \
  --header 'Authorization: <authorization>' \
  --header 'x-api-version: <x-api-version>'
{
  "data": {
    "startDate": "2023-12-27",
    "endDate": "2024-12-26",
    "executionsLimit": 0,
    "sevenDays": 14,
    "thirtyDays": 90,
    "lastThreeMonths": 1300,
    "billingCycle": 2096,
    "appActions": 2096,
    "apiActions": 0
  }
}

Headers

Authorization
string
default:bearer YOUR_API_KEY
required
x-api-version
string
default:2025-09
required

The version of the API to use. The current API version is 2025-09.

Response

200 - application/json

Success (Example)

The response is of type any.

I