Enables the search and filtering of rows within a table based on specific criteria. This operation supports complex queries for advanced data manipulation and retrieval.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your bot ID.
The table's name or unique identifier for targeting specific table operations.
The search criteria and filters to apply when searching for rows. This includes conditions, search terms, and pagination options.
The body is of type object
.
A collection of rows that match the search criteria, along with metadata such as total count and pagination details.
The response is of type object
.