Get Agent Node
Agent Nodes
Get Agent Node
Get a single agent node instance.
GET
Get Agent Node
Returns a single agent node instance from your organization’s workspaces.Documentation Index
Fetch the complete documentation index at: https://docs.mosaic.so/llms.txt
Use this file to discover all available pages before exploring further.
Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
agent_node.agent_node_id | string | Agent node instance ID (UUID). |
agent_node.node_type.node_type_id | string | Node type ID for this agent node. |
agent_node.node_type.node_type_name | string | null | Node type display name. |
agent_node.node_type.docs_url | string | null | Canonical docs page URL (from nodes.docs_path). |
agent_node.node_type.params_docs_url | string | null | Exact params/API section URL (from nodes.docs_anchor). |
agent_node.params_used | object | Current params configured on this node instance. |