Get Agent
Agents
Get Agent
Retrieve an agent template, agent nodes, and graph connections.
GET
Get Agent
Returns the saved agent template with agent node instances (including embeddedDocumentation Index
Fetch the complete documentation index at: https://docs.mosaic.so/llms.txt
Use this file to discover all available pages before exploring further.
node_type) and connections.
Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
agent.id | string | Agent ID. |
agent.name | string | Agent display name. |
agent.description | string | Agent description. |
agent.visibility | string | null | Visibility setting (public or private). |
agent.created_at | string | ISO timestamp. |
agent.updated_at | string | ISO timestamp. |
agent_nodes[].agent_node_id | string | Agent node instance ID. Use this in operations[].agent_node_id for update_node and delete_node. |
agent_nodes[].node_type.node_type_id | string | Node type ID for this agent node. |
agent_nodes[].node_type.node_type_name | string | null | Node type display name for this agent node. |
agent_nodes[].node_type.docs_url | string | null | Canonical docs page URL (from nodes.docs_path). |
agent_nodes[].node_type.params_docs_url | string | null | Exact params/API section URL (from nodes.docs_anchor). |
agent_nodes[].params_used | object | Current parameter configuration for this node instance. |
connections[] | array | Directed edges between agent_node_id values in this agent graph. |