---
title: "Get Flow api"
method: GET
path: "/app/{appId}/flows/{flowId}"
tags: ["Flow management"]
---

# Get Flow api

`GET /app/{appId}/flows/{flowId}`

## Path parameters

- `appId` string, required
- `flowId` string, required

## Query parameters

- `fields` string

## Headers

- `token` string, required

## Response `200`

Success

- Flow
  - `validation_errors` string[]
  - `json_version` string
  - `data_api_version` string
  - `endpoint_uri` string
  - `preview` Preview
    - `expires_at` string
    - `preview_url` string
  - `whatsapp_business_account` WhatsappBusinessAccount
    - `message_template_namespace` string
    - `timezone_id` string
    - `id` string
    - `name` string
    - `currency` string
  - `application` SsApplication
    - `id` string
    - `link` string
    - `name` string
  - `id` string
  - `name` string
  - `status` string
  - `categories` string[]

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - no permissions to access resource
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/gupshup/apis/partner-portal-public-apis.md) · [All operations](https://skmtc.net/gupshup/apis/partner-portal-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupshup/partner-portal-public-apis/versions/1846573c8f87/schema)
