---
title: "List Workflow Executions"
method: GET
path: "/api/v1beta/workflow_executions"
tags: ["Workflows"]
---

# List Workflow Executions

`GET /api/v1beta/workflow_executions`

Invokes the c1.api.workflows.v1beta.WorkflowExecutionService.ListWorkflowExecutions method.

## Response `200`

Successful response

- C1ApiWorkflowsV1betaListWorkflowExecutionsResponse — The ListWorkflowExecutionsResponse message.
  - `nextPageToken` string — The nextPageToken field.
  - `workflowExecutions` C1ApiWorkflowsV1betaWorkflowExecution[], nullable — The workflowExecutions field.
    - `completedAt` string, date-time
    - `context` C1ApiWorkflowsV1betaWorkflowContext — The WorkflowContext message.
      - `context` object
    - `createdAt` string, date-time
    - `deletedAt` string, date-time
    - `duration` string, duration
    - `id` string, int64 — The id field.
    - `state` 'WORKFLOW_EXECUTION_STATE_UNSPECIFIED' | 'WORKFLOW_EXECUTION_STATE_PENDING' | 'WORKFLOW_EXECUTION_STATE_CREATING' | 'WORKFLOW_EXECUTION_STATE_GET_STEP' | 'WORKFLOW_EXECUTION_STATE_PROCESS_STEP' | 'WORKFLOW_EXECUTION_STATE_COMPLETE_STEP' | 'WORKFLOW_EXECUTION_STATE_DONE' | 'WORKFLOW_EXECUTION_STATE_ERROR' | 'WORKFLOW_EXECUTION_STATE_TERMINATE' — The state field.
    - `updatedAt` string, date-time
    - `workflowTemplateId` string — The workflowTemplateId field.

## Changes

- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1beta/workflow_executions/get.md)

---

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