queryBatchData
GET {{baseUrl}}/ssot/queryv2/queryv2/:nextBatchId
Get the next batch of data across data model, lake, unified, and linked objects in Data Cloud.
Initially, use the Data Cloud Query V2 resource to query up to 8 MB of data. Use the nextBatchId
from the Data Cloud Query Output V2 response body as the value of nextBatchId in this API to get the next batch of data. You can continue using subsequent next batch IDs for up to an hour.
Available Version: 54.0
RESPONSES
status: OK
{"done":"\u003cboolean\u003e","endTime":"\u003cstring\u003e","metadata":{"//":{"placeInOrder":"\u003cinteger\u003e","type":"\u003cstring\u003e","typeCode":"\u003cinteger\u003e"}},"nextBatchId":"\u003cstring\u003e","queryId":"\u003cstring\u003e","rowCount":"\u003cinteger\u003e","startTime":"\u003cstring\u003e"}