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

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

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

Get the current status and event timeline for a public execution

## Path parameters

- `id` string, required

## Query parameters

- `token` string, required

## Response `200`

OK

- GetPublicExecutionSuccessResponse
  - `code` integer
  - `data` PublicExecutionData
    - `checkoutSessionId` string
    - `clientSafeMetadata` object
    - `createdAt` string
    - `events` PublicExecutionEvent[]
      - `createdAt` string
      - `eventType` string
      - `id` string
      - `level` string
      - `message` string
      - `nodeId` string
      - `runId` string
      - `title` string
    - `finishedAt` string
    - `id` string
    - `message` string
    - `orderId` string
    - `paymentStatus` string
    - `runId` string
    - `startedAt` string
    - `status` 'awaiting_payment' | 'payment_confirmed' | 'workflow_queued' | 'workflow_running' | 'workflow_waiting' | 'workflow_succeeded' | 'workflow_partial' | 'workflow_failed' | 'workflow_cancelled'
    - `workflowId` string
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[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)
