Field
Type
Description
records_matched
The number of records that matched the query parameters.
records_returned
The number of records that were returned.
next_updated_after
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
query_time
The time the query ran. next_updated_after 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 records_returned equals this, more records are likely waiting and another request should be made with the returned next_updated_after.
records
The list of contacts that matched the query parameters.
success
Whether the query completed successfully.