---
title: "Get run details"
method: GET
path: "/api/v1/run/detail"
tags: ["Runs"]
---

# Get run details

`GET /api/v1/run/detail`

Retrieve detailed information about a specific run

## Query parameters

- `runId` integer, required

## Response `200`

Run details

- object
  - `data` Run
    - `runId` integer — Unique run identifier
    - `runName` string — Name of the test run
    - `projectId` integer — Project ID
    - `createdBy` string — User who created the run
    - `createdOn` string, date-time — Creation timestamp
    - `status` 'Active' | 'Locked' — Run status
  - `status` integer

---

[API](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/checkmate-test-management-api/versions/f818f4b6fb31/schema)
