{ "opencollection": "1.0.0", "info": { "name": "Contentstack Analytics Accounts Jobs API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Get analytics job results", "type": "http" }, "http": { "method": "GET", "url": "https://api.contentstack.io/analytics/v2/job/:jobId/data", "headers": [ { "name": "organization_uid", "value": "" } ], "params": [ { "name": "jobId", "value": "", "type": "path", "description": "The unique identifier of the analytics job returned from a POST endpoint." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." } ] }, "docs": "Retrieves the results of an asynchronous analytics job using the jobId returned from an analytics POST endpoint. Poll this endpoint until the job status is completed to retrieve the full dataset." } ] } ], "bundled": true }