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

# GET /v1/executions/{id}

`GET /v1/executions/{id}`

Get a single execution by ID

## Path parameters

- `id` string, required

## Response `200`

OK

- GetExecutionSuccessResponse
  - `code` integer
  - `data` GetExecutionData
    - `events` ExternalExecutionEvent[]
      - `createdAt` string
      - `data` object
      - `eventType` string
      - `executionId` string
      - `id` string
      - `level` string
      - `message` string
      - `nodeId` string
      - `organizationId` string
      - `requestId` string
      - `runId` string
      - `title` string
      - `workflowId` string
    - `execution` ExternalExecution
      - `checkoutSessionId` string
      - `clientSafeMetadata` object
      - `createdAt` string
      - `externalRef` string
      - `finishedAt` string
      - `id` string
      - `idempotencyKey` string
      - `initiatedById` string
      - `initiatedByType` string
      - `orderId` string
      - `organizationId` string
      - `paymentStatus` string
      - `requestPayload` object
      - `responsePayload` object
      - `runId` string
      - `sourceEntityId` string
      - `sourceEntityType` string
      - `sourceSystem` string
      - `startedAt` string
      - `status` 'awaiting_payment' | 'payment_confirmed' | 'workflow_queued' | 'workflow_running' | 'workflow_waiting' | 'workflow_succeeded' | 'workflow_partial' | 'workflow_failed' | 'workflow_cancelled'
      - `statusReason` string
      - `updatedAt` string
      - `workflowId` string
    - `message` string
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request

---

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