Field
Type
Description
recordsMatched
The number of records that matched the query parameters.
recordsReturned
The number of records that were returned.
nextUpdatedAfter
A timestamp to be used as the start of the date range (exclusive) of the next query for the same endpoint. This is used for pagination when querying with an updated_after parameter. Format = YYYY-MM-DDTHH:mm:ss.SSSZ
queryTime
The time the query ran. nextUpdatedAfter is derived from it, so it is the same value whenever a full page was returned. Format = YYYY-MM-DDTHH:mm:ss.SSSZ
limit
The maximum number of records a single response will return. When recordsReturned equals this, more records are likely waiting and another request should be made with the returned nextUpdatedAfter.
records
The list of contacts that matched the query parameters.
success
Whether the query completed successfully.