Skip to main content
GET
List table rows with pagination

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Headers

x-company-id
string

Target company identifier. Required only for global API keys (type=global). Ignored for company API keys and human users.

Path Parameters

id
string
required

Table ID

Query Parameters

page
number
default:1

Page number

Required range: x >= 1
limit
number
default:50

Items per page

Required range: x >= 1
view
string

ID of the view to use. If omitted, uses the default view (lists only)

filters
object[]

Filters to apply to the rows

sort
string

Column to sort by (overrides the view's sort)

sortDirection
enum<string>

Sort direction

Available options:
asc,
desc
rowIds
string[]

Specific row IDs to return (export selected). When provided, ignores pagination and returns only these rows.

Maximum array length: 10000
excludeRowIds
string[]

IDs of rows to exclude from the result. Used when "select all" is active.

Maximum array length: 10000

Response

200 - application/json

The response is of type object.