Skip to main content
GET

Overview

Returns the full details of one flow, including its play_url, push_urls, and access key.

Errors

  • 404 - No flow with this ID belongs to your team.

Authorizations

x-api-key
string
header
required

The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.

Path Parameters

flow_id
integer
required

Identifier of the flow.

Response

The flow.

id
integer

Flow identifier.

label
string
mode
enum<string>

caller: Camb.ai connects out to your SRT endpoint (primary_url) and re-serves it. listener: Camb.ai hosts an SRT endpoint that your encoder pushes to.

Available options:
caller,
listener
failover
boolean
active
boolean

Whether the flow's relay is currently online.

team_id
integer
key
string

Access key embedded in the flow's URLs.

play_url
string

SRT URL the flow serves. Use it as source_stream.url or as a target_streams[].url, or play it directly.

push_urls
PushUrl · object[]

SRT URLs to push into (listener mode). Empty for caller flows.

passphrase
string | null

The flow's SRT encryption passphrase, when one is set.

Last modified on July 24, 2026