Skip to main content
GET

Query Parameters

limit
number
default:"50"
Number of tables to return (max 1000)
offset
number
default:"0"
Number of tables to skip

Response

tables
array
Array of tables in the organization
tables[].id
string
Table ID (e.g., tbl_abc123xyz789)
tables[].name
string
Table name
tables[].description
string
Optional table description
tables[].columns
array
Column definitions for the table
tables[].row_count
number
Number of rows in the table
tables[].created_at
string
ISO 8601 timestamp
tables[].updated_at
string
ISO 8601 timestamp