{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Batch Status API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Batch Status", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns the status for a Batch Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/batch-status", "params": [ { "name": "id", "value": "", "type": "query", "description": "Batch Request identifier." } ] }, "docs": "Return the status for the underlying batch request that is specified by the id.\n\n The Formula API supports Long Running asynchronous requests up to **20 minutes** via the `batch` parameter in the `/time-series` endpoint and up to **10 minutes** in the `/cross-sectional` endpoint.\n\n *This feature is available to Individual Users subscribed to the Performance Package and Performance Package Plus Performance Tiers and all Production Users. If you are unsure which Performance Tier you are subscrib" }, { "info": { "name": "Factset Returns the status for a Batch Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/batch-status", "body": { "type": "json", "data": "{}" } }, "docs": "Return the status for the underlying batch request that is specified by the id.\n\n The Formula API supports Long Running asynchronous requests up to **20 minutes** via the `batch` parameter in the `/time-series` endpoint and up to **10 minutes** in the `/cross-sectional` endpoint.\n\n *This feature is available to Individual Users subscribed to the Performance Package and Performance Package Plus Performance Tiers and all Production Users. If you are unsure which Performance Tier you are subscrib" }, { "info": { "name": "Factset Returns the status for a Batch Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/batch-status", "params": [ { "name": "id", "value": "", "type": "query", "description": "Batch Request identifier." } ] }, "docs": "Return the status for the underlying batch request that is specified by the id." } ] } ], "bundled": true }