---
title: "Estimates the billable usage that would be incurred by executing this test"
method: GET
path: "/test/journey/{id}/billingEstimate"
tags: ["Test"]
---

# Estimates the billable usage that would be incurred by executing this test

`GET /test/journey/{id}/billingEstimate`

Calculates the estimated billing summary for executing this test

## Path parameters

- `id` string, required

## Query parameters

- `source_control_tag` string

## Response `200`

The estimated billing summary

- TestRunBillingSummary — Summary of usage associated with this run for billing purposes
  - `billable_api_minutes` integer — Billable API performance test minutes associated with this run (e.g. 10 min * 5 users = 75 min billable)
  - `billable_api_vuh` number, double — Billable API performance test virtual user hours associated with this run (e.g. 10 min * 4 users = 1.0 billable VUH)
  - `used_api_minutes` integer — API performance test minutes used during this run (e.g. 10 min * 5 users = 50 min used)
  - `billable_browser_minutes` integer — Billable browser performance test minutes associated with this run (e.g. 10 min * 5 users * 2.0 browser multiplier = 150 min billable)
  - `billable_browser_vuh` number, double — Billable browser performance test virtual user hours associated with this run (e.g. 10 min * 4 users * 2.0 browser multiplier = 2.0 billable VUH)
  - `used_browser_minutes` integer — Browser performance test minutes used during this run (e.g. 10 min * 5 users = 50 min used)

## Other responses

- `404` — Test not found
- `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)
