---
title: "GET /v1/public/runs/by-tx/{txHash}"
method: GET
path: "/v1/public/runs/by-tx/{txHash}"
---

# GET /v1/public/runs/by-tx/{txHash}

`GET /v1/public/runs/by-tx/{txHash}`

Find a run by trigger transaction hash (no auth required)

## Path parameters

- `txHash` string, required

## Response `200`

OK

- GetPublicRunByTxSuccessResponse
  - `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.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/revisions/5a750a5a9596/schema)
