---
title: "GET /v1/public/runs/{id}"
method: GET
path: "/v1/public/runs/{id}"
---

# GET /v1/public/runs/{id}

`GET /v1/public/runs/{id}`

Get a public run by ID

## Path parameters

- `id` string, required

## Response `200`

OK

- GetPublicRunSuccessResponse
  - `code` integer
  - `data` GetPublicRunByTxResponse
    - `executionState` object — Current state of each node
    - `finishedAt` string
    - `nodes` object — Step-by-step execution data
    - `runId` string
    - `startedAt` string
    - `status` string — "running", "success", "failure"
    - `workflowId` string
  - `message` string
  - `requestId` string

## Other responses

- `404` — Not Found

---

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