Returns all tables in the organization with column metadata. The API key scopes to the org — no workspace ID needed.
The typical workflow is: list tables → find the one you want by name → note its
input columns → use the tableId and column slugs in POST /tables/{tableId}/rows.
API key with og_live_ prefix. Create keys in Settings → API Keys.
Pass in the Authorization header:
Authorization: Bearer og_live_abc123...Zero-based page index.
x >= 0Number of items per page.
1 <= x <= 100