Run a Cypher query
Execute an openCypher query (org-scoped, read-only, temporary). Automated and agent callers must send intent: one sentence stating the goal the query serves. It never changes the query or its results; when set, it is attached to the request trace in APM and to the security audit log of rejected queries, so automated traffic has an attributable purpose.
Authorizations
A Tolmo API token, sent as Authorization: Bearer <token>. Either a user token (usr_tok.*, minted by tolmo auth login, scoped to your own permissions) or an org API token created in the Tolmo app, for CI and automation.
Path Parameters
Body
1 - 10000Automated and agent callers MUST set this on every query: one sentence stating the goal this query serves (what you are investigating and why), e.g. "map identities that can reach datastores". It does not change the query or its results — it is recorded on the security audit trail and APM so every query has an attributable purpose. Omit only for a one-off interactive query typed by a human.
1000