Skip to main content
GET
Get network

Authorizations

Authorization
string
header
required

Organization API key, generated in studio.sidenet.ai. Backend only — never in a browser.

Path Parameters

id
string
required
Example:

"a5e91c07-3f24-4b68-9d15-8c72e0b4a396"

Response

The network, its members enriched with names, and everything a chat client needs to open a session against it

id
string<uuid>
agents
object[]

Attached agents, in routing order.

workflows
object[]
sdk_ui
object | null

Chat-widget configuration.

handoff_prompt
string | null
followup_instructions
object[] | null
runtimeAuthProviders
object[]

Providers whose credentials the caller supplies per request. Key the chat body's runtimeAuth map by providerId — provider names change, ids do not.

variables
object

The {{placeholders}} this network's agents consume, nested to mirror the dot paths. Each leaf is the default it renders without a value, or null when it has none — the nulls are the ones to fill in.