---
title: "Get a single flow"
method: GET
path: "/api/workers/{workerId}/flows/{flowId}"
tags: ["Flows"]
---

# Get a single flow

`GET /api/workers/{workerId}/flows/{flowId}`

## Path parameters

- `workerId` string, required
- `flowId` string, required

## Response `200`

Flow details

## Other responses

- `401` — Unauthorized
- `404` — Flow not found

---

[API](https://skmtc.dev/brainbasehq/apis/brainbase-api.md) · [All operations](https://skmtc.dev/brainbasehq/apis/brainbase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brainbasehq/brainbase-api/revisions/08ae1ff5d23b/schema)
