{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Status API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Factset Retrieve the status of a chat response process.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/status", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the status of a chat response for a given chat conversation ID (recevied from the `/create` endpoint). Poll the `/status` endpoint with your conversation ID to confirm when your data is ready.\nAnswers may take minutes to generate, depending on the complexity of the query.\n" }, { "info": { "name": "Factset Get Afi Optimization Status by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/afi/v3/optimizations/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Create and Run AFI optimization endpoint" } ] }, "docs": "This is the endpoint to check on the progress of a previously requested optimization.\r\nIf the optimization has finished computing, the body of the response will contain result in JSON.\r\nOtherwise, the optimization is still running and the X-FactSet-Api-PickUp-Progress header will contain a progress percentage." }, { "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\nTier 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\nTier you are subscrib" }, { "info": { "name": "Factset Get Fund's Current Status and Database Availability", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-funds/v1/status", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The requested fund identifier. FactSet Identifiers, tickers, CUSIP, SEDOL, and ISIN are accepted inputs.
***ids limit** = 1000 per request*
*Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \"POST\" method.
*\n" } ] }, "docs": "Get the funds active status, share class status, and database availability. Most common use is for coverage checks and id resolution checks.\n" }, { "info": { "name": "Factset Get Fund's Current Status and Database Availability for Large List of Ids.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-funds/v1/status", "body": { "type": "json", "data": "{}" } }, "docs": "Get the funds active status, share class status, and database availability. Most common use is for coverage checks and id resolution checks.\n" }, { "info": { "name": "Factset Returns the Status for a Batch Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-global-prices/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." }, { "info": { "name": "Factset Get Npo Optimization Status by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/npo/v3/optimizations/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Create and Run NPO optimization endpoint" } ] }, "docs": "This is the endpoint to check on the progress of a previously requested optimization.\r\nIf the optimization has finished computing, the body of the response will contain result in JSON.\r\nOtherwise, the optimization is still running and the X-FactSet-Api-PickUp-Progress header will contain a progress percentage." }, { "info": { "name": "Factset Get Pa Calculation Status by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/calculations/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Create and Run PA calculation endpoint" } ] }, "docs": "This is the endpoint to check on the progress of a previously requested calculation.\r\nIf the calculation has finished computing, the location header will point to the result url.\r\nOtherwise, the calculation is still running and the X-FactSet-Api-PickUp-Progress header will contain a progress percentage." }, { "info": { "name": "Factset Get Fpo Optimization Status by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/fpo/v3/optimizations/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Create and Run FPO optimization endpoint" } ] }, "docs": "This is the endpoint to check on the progress of a previously requested optimization.\r\nIf the optimization has finished computing, the body of the response will contain result in JSON.\r\nOtherwise, the optimization is still running and the X-FactSet-Api-PickUp-Progress header will contain a progress percentage." }, { "info": { "name": "Factset Check the Status for a Particular Run Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/runs/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "run id" } ] }, "docs": "Use this endpoint to check the status of a run using the id from the POST /runs endpoint" }, { "info": { "name": "Factset Returns the Status for a Batch Request", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/batch/v1/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." }, { "info": { "name": "Factset Returns the Status for a Batch Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/batch/v1/status", "body": { "type": "json", "data": "{}" } }, "docs": "Return the status for the underlying batch request that is specified by the id. " }, { "info": { "name": "Factset Get Pub Calculation Status by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pub/v3/calculations/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Create and Run Pub calculation endpoint" } ] }, "docs": "This is the endpoint to check on the progress of a previously requested calculation.\r\nIf the calculation has finished computing, the result field in the response body will point to the result url.\r\nOtherwise, the calculation is still running and the X-FactSet-Api-PickUp-Progress header will contain a progress percentage." }, { "info": { "name": "Factset Get Quant Engine Calculation Status by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/calculations/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "from url, provided from the location header in the Create and Run Quant Engine calculation endpoint" } ] }, "docs": "This is the endpoint to check on the progress of a previously requested calculation.\r\nIf the calculation has finished computing, the location header will point to the result url.\r\nOtherwise, the calculation is still running and the X-FactSet-Api-PickUp-Progress header will contain a progress percentage." }, { "info": { "name": "Factset Intraday Trading Status of a Notation.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/notation/status/get", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "quality", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_subscriptionMinimumInterval", "value": "", "type": "query", "description": "Minimum number of milliseconds at which updates are sent." } ] }, "docs": "Intraday trading status of a notation.