Retrieve data
Retrieve the data. You may iterate through multiple calls until all records are retrieved.
The access token will expire automatically upon complete data retrieval. To retrieve data beyond the initial retrieval, set the keepAlive parameter to true. The default value is set to false, if not specified.
Header Parameters
Authorization token
Query Parameters
Specifies the maximum number of records to return.
Specifies the starting point, based on a one-based index, for retrieving a batch of records.
Defaults to false. If set to true, the data will not be marked as retrieved after the last block is retrieved.
Path Parameters
This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.
Secure token returned by the Initiate call, required as a URL parameter in all subsequent API requests.
Response
Response Attributes
Actual number of records returned in this response.
True if there are additional records to retrieve, otherwise, false.
Specifies the maximum number of records requested to be returned.
Indicates the 1-based index of the first record to return in the current batch of results.
Total number of records generated by the export.
A collection of user profiles that matches the segment configuration and export parameters included in the request.