Orchestrations
List Orchestration Mcp Servers
List Orchestration Mcp Servers
GET
/v2/orchestrations/{orchestration_id}/mcp-serversOrchestration-owned MCP servers. NAMES/REFS only — see `ScopedMcpServerOut`; a header or env VALUE never reaches this response. `enabled=False` (not 404) when the rollout switch is off, so the client can render an explanatory empty state. A missing or inaccessible orchestration still answers 404.
Path Parameters
orchestration_idstring · uuidrequiredcurl --request GET \
--url https://api.brainbaselabs.com/v2/orchestrations/{orchestration_id}/mcp-servers \
--header 'Authorization: Bearer YOUR_API_KEY'{
"enabled": true,
"servers": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"url": null,
"command": null,
"args": [
"string"
],
"is_enabled": true,
"icon": null,
"icon_color": null,
"env_keys": [
"string"
],
"headers_keys": [
"string"
],
"env_refs": {
"property1": "string",
"property2": "string"
},
"headers_refs": {
"property1": "string",
"property2": "string"
},
"created_at": null,
"updated_at": null
}
]
}