getTable

Retrieves detailed information about a specific table, identified by its name or unique identifier.

GET/v1/tables/{table}

Authorization

AuthorizationBearerrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Header parameters

x-bot-idstringrequired
Bot id
x-integration-idstring
Integration id
x-integration-aliasstring
Integration alias
x-integration-namestring
Integration name
x-user-idstring
User Id
x-user-rolestring
User Role

Path parameters

tablestringrequired
The table's name or unique identifier for targeting specific table operations.

Response

Details of the requested table, including row count and indexing status.

tableobjectrequired
rowsnumberrequired
The total number of rows present in the table.
stalenumberrequired
The number of stale rows that are waiting to be processed
indexingnumberrequired
The number of rows that are waiting to be indexed (for search)