---
title: "retrieve execution usage"
method: GET
path: "/account/{id}/usage/monthly/executions"
tags: ["Usage"]
---

# retrieve execution usage

`GET /account/{id}/usage/monthly/executions`

Get a set of execution stats

## Path parameters

- `id` string, required

## Query parameters

- `month` integer, required
- `year` integer, required
- `workspace_id` string

## Response `200`

The stats for this metric.

- WorkspaceExecutionUsage[]
  - `organization_id` string — ID of the organization
  - `month` integer — starting month this usage data is for
  - `year` integer — starting year this usage data is for
  - `interval` 'month' | 'year' — time interval this usage data is for
  - `usage` MonthlyExecutionUsage[] — usage for the given interval
    - `id` string — The ID of the MonthlyExecutionUsage
    - `organization_id` string — The ID of the Organization
    - `month` integer — The month this usage data is for
    - `year` integer — The year this usage data is for
    - `interval_start` integer — interval start time
    - `interval_end` integer — interval end time
    - `days` MonthlyExecutionUsageDays[] — instances of the metric at a point in time
      - `day` integer — The day these execution stats are for
      - `stats` ExecutionStats — A single daily execution object
        - `execution_time_seconds` integer — Total execution time in seconds
        - `total_journey_executions` integer — Count of browser (trained) test (journey) executions
        - `total_step_executions` integer — Count of step executions
        - `total_mobile_test_executions` integer — Count of mobile test executions
        - `total_api_step_executions` integer — Count of API step (browser) executions
        - `total_api_test_executions` integer — Count of API test executions
        - `total_a11y_step_executions` integer — Count of a11y step executions
        - `total_adhoc_ai_assertion_executions` integer — Count of adhoc ai assertions executed
        - `total_performance_executions` integer — Count of total performance test executions
        - `total_performance_used_api_minutes` integer — Count of total used (actual execution time) API minutes in performance tests
        - `total_performance_billable_api_minutes` integer — Count of total billable (used rounded to nearest billing increment) API minutes in performance tests
        - `total_performance_used_browser_minutes` integer — Count of total used (actual execution time) browser minutes in performance tests
        - `total_performance_billable_browser_minutes` integer — Count of total billable (used rounded to nearest billing increment) browser minutes in performance tests
        - `total_functional_api_usage_centicredits` integer — Total usage from functional api test executions in centicredits
        - `total_functional_browser_usage_centicredits` integer — Total usage from functional browser test executions in centicredits
        - `total_functional_mobile_usage_centicredits` integer — Total usage from functional mobile test executions in centicredits
        - `total_performance_api_usage_centicredits` integer — Total usage from performance api test executions in centicredits
        - `total_performance_browser_usage_centicredits` integer — Total usage from performance browser test executions in centicredits
        - `total_adhoc_ai_assertion_usage_millicredits` integer — Total usage from adhoc ai assertion usage in millicredits

## Other responses

- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
