---
title: "Get Workflow Execution"
method: GET
path: "/api/v1beta/workflow_executions/{id}"
tags: ["Workflows"]
---

# Get Workflow Execution

`GET /api/v1beta/workflow_executions/{id}`

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

## Path parameters

- `id` string, int64, required — The id field.

## Response `200`

Successful response

- C1ApiWorkflowsV1betaGetWorkflowExecutionResponse — The GetWorkflowExecutionResponse message.
  - `workflowExecution` C1ApiWorkflowsV1betaWorkflowExecution — The WorkflowExecution message.
    - `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/:id/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)
