Python
import requests url = "https://{FUSION HOST}/api/blobs/{id}" response = requests.get(url) print(response.text)
[ { "id": "query-pipeline-js-stage.js", "path": "/query-pipeline-js-stage.js", "dir": "/", "filename": "query-pipeline-js-stage.js", "contentType": "text/javascript", "size": 0, "modifiedTime": "2018-09-11T16:23:17.743Z", "version": 1611328911094841300, "md5": "d41d8cd98f00b204e9800998ecf8427e", "metadata": { "resourceType": "file:js-query" } } ]
Get a blob’s attributes.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
The blob ID.
.*
Successful operation
Was this page helpful?