List tables
Tables
List tables
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.
GET
List tables
Documentation Index
Fetch the complete documentation index at: https://docs.origami.chat/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key with og_live_ prefix. Create keys in Settings → API Keys.
Pass in the Authorization header:
Authorization: Bearer og_live_abc123...Query Parameters
Zero-based page index.
Required range:
x >= 0Number of items per page.
Required range:
1 <= x <= 100