Query a live session
xlide_live_requestFetch JSON from a live VBA IDE session by invoking read-only routes. Start with route='agent' to get the route table and discover available data.
Instructions
Calls one read route on a running xlide_vbide session and returns its JSON. Start with route='agent', which answers with the session's own route table and what each one is for. Allowed routes: agent, agent/examples, agent/routes, analyzer, doctor, engine, model, native, project, projects, state, stats, windows. Routes that drive the editor are deliberately not reachable here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | Which session, by process id. | |
| query | No | Query string for the route, such as 'name=Module1' or 'type=Range'. | |
| route | Yes | One of the read routes listed above. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||