GET
/
api
/
v1
/
manage
/
meta
/
{file_uuid}
curl --request GET \
  --url https://api.jsonsilo.com/api/v1/manage/meta/{file_uuid} \
  --header 'X-MAN-API: <api-key>'
{
  "file_name": "new db",
  "file_uuid": "f1b9b1b4-0b1b-4b1b-8b1b-2b1b1b1b1b1b",
  "created_at": "2024-12-07T12:52:28.094450+00:00",
  "updated_at": "2024-12-07T12:52:28.094450+00:00",
  "is_public": false,
  "region_name": "api"
}

Authorizations

X-MAN-API
string
header
required

The JSONSilo Manage API Key

Path Parameters

file_uuid
string
required

The Silo UUID, comprising 32 hexadecimal digits separated by 4 hyphens, totaling 36 characters.

Response

200
application/json

Successful Response

The response is of type object.