Describe the tables a query may read.
Returns {schema, tables: [{name, columns: [{name, type}]}]} — the same
listing the query editor’s autocomplete and schema browser are built on.
Types are normalised display names (string, int, float, timestamp,
uuid, bool), with a trailing ? when the column is nullable.
The shape is the same for every organization; only the rows a query over these tables returns are yours.
Authorizations
A scoped AgentEye API key. Mint one in the dashboard under Settings → API keys, or with POST /v1/keys. Each endpoint names the permission it requires; a key without it gets 403 and a required_permission field naming what was missing.
Response
The queryable tables and their columns.

