---
title: "Get available workflows"
method: GET
path: "/workflow"
tags: ["workflows"]
---

# Get available workflows

`GET /workflow`

Fetch workflows from the API.

Returns:
    dict: The response data containing workflows info.

## Response `200`

Successful Response

- GetWorkflowsResponse
  - `workflows` Workflow[], required
    - `id` string, required
    - `name` string, required
    - `description` string, required
    - `created_at` string, date-time, required
    - `version` number
    - `active` boolean, required

---

[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)
