---
title: "GET /v1/executions"
method: GET
path: "/v1/executions"
---

# GET /v1/executions

`GET /v1/executions`

List executions for the current organization

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ListExecutionsSuccessResponse
  - `code` integer
  - `data` PaginatedDataExternalExecution
    - `hasMore` boolean
    - `items` 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
    - `limit` integer
    - `offset` integer
  - `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)
