---
title: "Get a workflow"
method: GET
path: "/v1/apps/{id}/workflows/{workflowId}"
tags: ["Workspace API - Workflows"]
---

# Get a workflow

`GET /v1/apps/{id}/workflows/{workflowId}`

## Path parameters

- `id` string, required
- `workflowId` string, required

## Response `200`

Workflow details

- WorkflowResponseDto
  - `workflowId` string, required
  - `name` string, required
  - `entryNodeId` string, required
  - `nodes` FlowNodeDto[], required
    - `id` string, required
    - `type` 'request' | 'response' | 'verification' | 'check-min-loa' | 'check-claim' | 'evaluate' | 'if', required
    - `next` object — Next: string (single output) or NextRoute[] (IF branching)
    - `config` object — Type-specific configuration (max depth 5, max 50 keys per level)
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `404` — App or workflow not found

---

[API](https://skmtc.net/hopae/apis/hconnect-api.md) · [All operations](https://skmtc.net/hopae/apis/hconnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hopae/hconnect-api/versions/ed6e97ac6f2f/schema)
