Skip to main content
GET
Get paginated rows from a public smart list (no auth required).

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Path Parameters

listId
string
required

Query Parameters

page
integer
default:1

1-indexed page number (default: 1)

pageSize
integer
default:50

Rows per page (default: 50, max: 100)

sortField
string

Column name to sort by, or the reserved value "dateAdded" to sort by row creation time. Defaults to "dateAdded".

sortOrder
string
default:desc

Sort order: asc or desc. Defaults to "desc" so the most recently added rows are returned first.

searchQuery
string

Substring to match within row values

searchField
string

Column name to restrict search to. Use "all" or omit to search across all columns.

filterModel
string

JSON-encoded MUI DataGrid filter model. Operators: contains, equals, startsWith, endsWith, notEquals, isEmpty, isNotEmpty.

Response

Paginated rows of a public smart list

Public smart list rows response

headers
object[]

Column definitions for the list

rows
object

Paginated rows payload