getTable
Retrieves detailed information about a specific table, identified by its name or unique identifier.
GET
/v1/tables/{table}Authorization
AuthorizationBearerBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringBot id
x-integration-id?stringIntegration id
x-integration-alias?stringIntegration alias
x-integration-name?stringIntegration name
x-user-id?stringUser Id
x-user-role?stringUser Role
Path parameters
tablestringThe table's name or unique identifier for targeting specific table operations.
Response
Details of the requested table, including row count and indexing status.
tableobjectrowsnumberThe total number of rows present in the table.
stalenumberThe number of stale rows that are waiting to be processed
indexingnumberThe number of rows that are waiting to be indexed (for search)