---
title: "GET /api/admin/releases/run-status"
method: GET
path: "/api/admin/releases/run-status"
tags: ["Admin"]
---

# GET /api/admin/releases/run-status

`GET /api/admin/releases/run-status`

## Query parameters

- `correlationId` string, required
- `runId` integer

## Response `200`

OK

- object
  - `correlationId` string, required
  - `runId` integer, nullable, required
  - `status` string, required
  - `conclusion` string, nullable, required
  - `runUrl` string, nullable, required
  - `headSha` string, nullable, required
  - `createdAt` string, nullable, required
  - `startedAt` string, nullable, required
  - `updatedAt` string, nullable, required
  - `jobName` string, nullable, required
  - `runnerName` string, nullable, required
  - `steps` object[], required
    - `name` string, required
    - `number` integer, required
    - `status` string, nullable, required
    - `conclusion` string, nullable, required
    - `startedAt` string, nullable, required
    - `completedAt` string, nullable, required

---

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