---
title: "Retrieve the run status of a specific meter version"
method: GET
path: "/meters/{meterId}/{version}/runStatus"
tags: ["Meters"]
---

# Retrieve the run status of a specific meter version

`GET /meters/{meterId}/{version}/runStatus`

Retrieves the current run status of a specific meter version in Zuora Mediation. It returns an integer code indicating the status, such as `RUNNING`, `COMPLETED`, or `FAILED`, which helps monitor the meter's execution state.

## Path parameters

- `meterId` integer, required
- `version` string, required

## Headers

- `Content-Type` string, required
- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Track-Id` string

## Response `200`

Successful response with run status data

- RunStatusResponse
  - `success` boolean — Indicates whether the request was successful.
  - `data` object
    - `runStatus` integer — The run status of the current version. Possible values: - 1: NEVER_RUN - 2: TESTING - 3: TESTING_FAILED - 4: TESTING_PASSED - 5: RUNNING - 6: PAUSED - 7: COMPLETED - 8: FAILED - 9: CANCELED - 10: INITIALIZING - 11: USAGE_PUSHING - 12: PUSH_COMPLETED - 13: CONSUME_COMPLETED
    - `runStatusDescription` string — Description of the run status.

## Other responses

- `400` — Bad Request
- `404` — Meter not found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
