---
title: "Get reception flows"
method: GET
path: "/api/v2/organizations/{orgSlug}/reception-flows"
tags: ["Reception Flows"]
---

# Get reception flows

`GET /api/v2/organizations/{orgSlug}/reception-flows`

Retrieve all reception flows in the organization 

 Required scopes: `flex.community.receptionFlows.read`

## Path parameters

- `orgSlug` string, required

## Query parameters

- `_id` string
- `name` string
- `type` string
- `location` string
- `enabled` boolean
- `$select` string
- `$cursorNext` string
- `$cursorPrev` string
- `$limit` number

## Response `200`

- object
  - `rangeStart` number
  - `rangeEnd` number
  - `cursorNext` string
  - `cursorPrev` string
  - `results` ReceptionFlowResultDto[]
    - `_id` string — The _id of the reception flow.
    - `name` string, required — The name of the reception flow.
    - `location` string — The location of the reception flow.

---

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