---
title: "write daily execution stats"
method: PUT
path: "/usage/daily/executions/{id}"
tags: ["Usage"]
---

# write daily execution stats

`PUT /usage/daily/executions/{id}`

Get a set of execution stats

## Path parameters

- `id` string, required

## Request body

- DailyExecutionUsage — A single daily execution object
  - `id` string — The ID of the DailyExecutionUsage
  - `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
  - `day` integer — The day the usage data is for
  - `interval_start` integer — interval start time
  - `interval_end` integer — interval end time
  - `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

## Response `204`

Successfully written

## 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)
