---
title: "Get a flow"
method: GET
path: "/flows/{id}"
tags: ["flows"]
---

# Get a flow

`GET /flows/{id}`

Returns a flow by ID.

## Path parameters

- `id` string, required

## Query parameters

- `teamId` string, required

## Response `200`

200

- object
  - `id` string, required

## Changes

> 13 revisions in range; 1 could not be searched.

- **2024-07-04** `47a922bd51aa` — 16 breaking, 3 info
  - removed the required property `complexity` from the response with the `200` status
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `description` from the response with the `200` status
  - removed the required property `geoTagId` from the response with the `200` status
  - …15 more
- **2024-07-04** `7c553a4ce7c6` — 1 info
  - endpoint added
- **2024-07-04** `6a49324b6e9b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/atlaz-org/apis/atlaz-api/changes/flows/:id/get.md)

---

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