Records
List record entries
List all entries, across all lists, for which this record is the parent.
Required scopes: record_permission:read, object_configuration:read, list_entry:read.
get/v2/objects/{object}/records/{record_id}/entries
Path parameters
objectstring required
A UUID or slug identifying the object that the record belongs to.
Example:people
record_idstring uuid required
A UUID identifying the record.
Example:891dcbfc-9141-415d-9b2a-2238a6cc012d
Query parameters
limitinteger
The maximum number of results to return. The default is 100 and the maximum is 1000. See the full guide to pagination here.
Example:10
offsetinteger
The number of results to skip over before returning. The default is 0. See the full guide to pagination here.
Example:5
Response
Success
Example response
{
"data": [
{
"list_id": "33ebdbe9-e529-47c9-b894-0ba25e9c15c0",
"list_api_slug": "hiring-engineering",
"entry_id": "2e6e29ea-c4e0-4f44-842d-78a891f8c156",
"created_at": "2022-11-21T13:22:49.061281000Z"
}
]
}