---
title: "Get the current ExecutionCreditWeights entity being applied to new accounts"
method: GET
path: "/billing/executionCreditWeights"
tags: ["Billing"]
---

# Get the current ExecutionCreditWeights entity being applied to new accounts

`GET /billing/executionCreditWeights`

Used to view the current ExecutionCreditWeights entity

## Response `200`

Results of the request

- ExecutionCreditWeights — A mapping used to translate test executions into the equivalent execution credit usage
  - `adhoc_ai_assertion_batch` integer — Adhoc ai assertion batch size per billable unit
  - `functional_advanced_ai` integer — Defines how many additional credits each functional test will consume due to advanced ai features
  - `functional_api` integer — Defines how many credits each functional api test consume
  - `functional_browser` integer — Defines how many credits each functional browser test consume
  - `functional_mobile` integer — Defines how many credits each functional mobile test consume
  - `performance_api_15vum` integer — Defines how many credits 15 virtual user minutes consume in a performance api test
  - `performance_browser_15vum` integer — Defines how many credits 15 virtual user minutes consume in a performance browser test

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `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)
