Get paginated rows from a public smart list (no auth required).
Lists
Get paginated rows from a public smart list (no auth required).
GET
Get paginated rows from a public smart list (no auth required).
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Path Parameters
Query Parameters
1-indexed page number (default: 1)
Rows per page (default: 50, max: 100)
Column name to sort by, or the reserved value "dateAdded" to sort by row creation time. Defaults to "dateAdded".
Sort order: asc or desc. Defaults to "desc" so the most recently added rows are returned first.
Substring to match within row values
Column name to restrict search to. Use "all" or omit to search across all columns.
JSON-encoded MUI DataGrid filter model. Operators: contains, equals, startsWith, endsWith, notEquals, isEmpty, isNotEmpty.
Get a public smart list's metadata and column definitions (no auth required).List marketing campaigns for the current company.

