GET
/
blobs
List all blobs
curl --request GET \
  --url https://{FUSION HOST}/api/blobs
[
  {
    "id": "<string>",
    "path": "<string>",
    "dir": "<string>",
    "filename": "<string>",
    "contentType": "<string>",
    "size": 123,
    "modifiedTime": "2023-11-07T05:31:56Z",
    "version": 123,
    "md5": "<string>",
    "metadata": {}
  }
]

Query Parameters

dir
string

A blob store directory to be queried.

recurse
boolean
default:false

true to recurse when querying the directory.

showdirs
boolean
default:false

Show directories when querying directory.

Response

200 - application/json

successful operation

The response is of type object[].