GraphQL get by ID queries
Single-resource queries for session and tool by ID
Status: shipped | Area: policy | Published: 2026-03-22
Control impact: Allows fetching individual sessions and tools by their identifiers.
query { session(id: "...") { id repo_path } }query { tool(name: "...") { name description } }