Skip to main content
POST
List records for a specific object type

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

Object slug (e.g., 'person', 'company')

Body

application/json

List records request with pagination and filtering 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 August 19, 2025