---
title: "Execute Workflow"
method: POST
path: "/api/v1beta/workflows/{id}/execute"
tags: ["Workflows"]
---

# Execute Workflow

`POST /api/v1beta/workflows/{id}/execute`

Invokes the c1.api.workflows.v1beta.WorkflowService.ExecuteWorkflow method.

## Path parameters

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

## Request body

- C1ApiWorkflowsV1betaExecuteWorkflowRequestInput — The ExecuteWorkflowRequest message.
  - `context` C1ApiWorkflowsV1betaWorkflowContext — The WorkflowContext message.
    - `context` object

## Response `200`

Successful response

- C1ApiWorkflowsV1betaExecuteWorkflowResponse — The ExecuteWorkflowResponse message.
  - `executionId` string, int64 — The executionId field.

## Changes

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

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1beta/workflows/:id/execute/post.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)
