{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Cloud Adobe Analytics 2.0 Activities Batches API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Batches", "type": "folder" }, "items": [ { "info": { "name": "Adobe Experience Platform Adobe Experience Cloud Create a Batch", "type": "http" }, "http": { "method": "POST", "url": "https://analytics.adobe.io/data/foundation/import/batches", "headers": [ { "name": "x-sandbox-name", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new batch for data ingestion into a specified dataset. Returns a batch ID that can be used to upload files and signal batch completion." }, { "info": { "name": "Adobe Experience Platform Adobe Experience Cloud Get Batch Status", "type": "http" }, "http": { "method": "GET", "url": "https://analytics.adobe.io/data/foundation/import/batches/:batchId", "headers": [ { "name": "x-sandbox-name", "value": "" } ], "params": [ { "name": "batchId", "value": "", "type": "path" } ] }, "docs": "Retrieves the current status and metadata for a batch ingestion operation identified by its batch ID." } ] } ], "bundled": true }