Tables
List Tables
Gets all Big Tables in the current team
GET
/
tables
Get a list of all Big Tables associated with the team of the authenticated user.
This endpoint only retrieves Big Table tables. No other table types will be included in the response, even though they are part of your Glide team.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
data
object[]
requiredA collection of table objects, each with id
and name