get_nodes
Fetch full node payloads by ID from CPG-Radio. Get complete recorded data for specific IDs, scoped to your session or project.
Instructions
Fetch whole nodes by id — the by-id counterpart to cpg_query's ranked search. Returns each node's full payload (e.g. a STRUCTURED_RESULT's complete data), not a truncated match. Use when you hold specific ids — such as the result ids a crew posted to a thread — and need the recorded detail, not a summary. Scoped to your session by default; session_scope='project' reads across the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_ids | Yes | Node ids to fetch. Ids not in scope come back under 'missing'. | |
| binding_token | No | Opaque token returned by this agent's join_session or plan_session. Required for reliable identity when logical agents share an MCP connection. | |
| session_scope | No | current |