---
title: "Get Workflow"
method: GET
path: "/workflow/{workflow_id}"
tags: ["workflows"]
---

# Get Workflow

`GET /workflow/{workflow_id}`

## Get Workflow

Retrieve a workflow with the given workflow ID.

**Headers:**
- `Authorization` (str): HTTP bearer - API token for user authentication.

**Args:**
- `workflow_id`: The UUID of the workflow to retrieve.

**Returns:**
- `GetWorkflowResponse`: JSON object containing the workflow ID, name, definition, status, and message.

## Path parameters

- `workflow_id` string, uuid, required

## Response `200`

Successful Response

- GetWorkflowResponse
  - `workflow` WorkflowDetail, required
    - `id` string, required
    - `name` string, required
    - `description` string, required
    - `created_at` string, date-time, required
    - `version` number
    - `active` boolean, required
    - `actions` WorkflowAction[], required
      - `id` string, required
      - `description` string, required
      - `options` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/straker/apis/verify-api.md) · [All operations](https://skmtc.dev/straker/apis/verify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/straker/verify-api/revisions/0d49b328bbbf/schema)
