Find Table Rows

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.

Log in to see full request history
Path Params
string
required

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

Body Params

The search criteria and filters to apply when searching for rows. This includes conditions, search terms, and pagination options.

integer
1 to 1000
Defaults to 100

Limit for pagination, specifying the maximum number of rows to return.

integer
≥ 0
Defaults to 0

Offset for pagination, specifying where to start returning rows from.

filter
object

Provide a mongodb-like filter to apply to the query. Example: { "name": { "$eq": "John" } }

group
object

Group the rows by a specific column and apply aggregations to them. Allowed values: key, avg, max, min, sum, count. Example: { "someId": "key", "orders": ["sum", "avg"] }

string
length ≤ 1024

Search term to apply to the row search. When using this parameter, some rows which doesn't match the search term will be returned, use the similarity field to know how much the row matches the search term.

string
Defaults to id

Specifies the column by which to order the results. By default it is ordered by id. Build-in columns: id, createdAt, updatedAt

string
Defaults to asc

Specifies the direction of sorting, either ascending or descending.

Headers
string
required

Bot ID

string
required

Workspace ID

Responses

Language
Credentials
PAT
Click Try It! to start a request and see the response here! Or choose an example:
application/json