---
title: "Get run details"
method: GET
path: "/api/runs/{runId}"
tags: ["Runs"]
---

# Get run details

`GET /api/runs/{runId}`

Retrieve full details for a specific run including logs, report URL, and execution metadata.

## Response `200`

Run details

- Run
  - `id` string, uuid
  - `jobId` string, uuid, nullable
  - `jobName` string, nullable
  - `jobType` 'playwright' | 'k6', nullable
  - `status` 'queued' | 'running' | 'passed' | 'failed' | 'error' | 'blocked'
  - `trigger` 'manual' | 'remote' | 'schedule'
  - `duration` string, nullable — Formatted duration string
  - `durationMs` integer, nullable — Duration in milliseconds
  - `startedAt` string, date-time, nullable
  - `completedAt` string, date-time, nullable
  - `logs` string, nullable
  - `errorDetails` string, nullable
  - `reportUrl` string, nullable — URL to the run report
  - `testCount` integer, nullable
  - `location` string, nullable
  - `projectId` string, uuid, nullable
  - `organizationId` string, uuid, nullable

## Other responses

- `401` — Authentication required or token invalid
- `404` — Resource not found

## Changes

> 4 revisions in range; 1 could not be searched.

- **2026-03-21** `40aeed2ccba7` — 2 breaking, 4 warning, 9 info
  - the response property `jobId` became nullable for the status `200`
  - the response property `jobName` became nullable for the status `200`
  - removed the optional property `createdAt` from the response with the `200` status
  - added the new `k6` enum value to the `jobType` response property for the response status `200`
  - …11 more
- **2026-02-08** `78bbac89339b` — 9 warning, 4 info
  - removed the optional property `durationMs` from the response with the `200` status
  - removed the optional property `errorDetails` from the response with the `200` status
  - removed the optional property `logs` from the response with the `200` status
  - removed the optional property `organizationId` from the response with the `200` status
  - …9 more

[Change history](https://skmtc.dev/supercheck-io/apis/supercheck-api/changes/api/runs/:runId/get.md)

---

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