Skip to main content
POST
Get records from a specific list

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

id
integer
required

List ID

Body

application/json

List records request with pagination options

attributes

Attributes parameter supports both string values ('all', 'primary', 'none') and object format for custom selection

Available options:
all,
primary,
none
limit
integer
offset
integer
sort
object

Response

List of records with pagination info

data
object[]
limit
integer
offset
integer
total
integer
Last modified on March 26, 2026