Collection of unspecified files in run storage
Response Body
application/json
curl -X GET "https://loading/run-storage/unspecified"{
"message": "successful operation",
"data": [
{
"name": "unspecified_1.name",
"type": "unspecified"
},
{
"name": "unspecified_2.name",
"type": "unspecified"
},
{
"name": "unspecified_3.name",
"type": "unspecified"
}
]
}How is this guide?