GET
/
files
/
{file_id}
curl --request GET \
  --url https://api.bluesight.ai/files/{file_id}
{
  "bytes": 3669052,
  "created_at": 1722451315,
  "filename": "forest_fire_train_data.h5",
  "id": "file-lw3zjxrg"
}

Path Parameters

file_id
string
required

The ID of the file

Response

200
application/json
Successful Response
id
string
required

The file identifier, which can be referenced in the API endpoints.

created_at
integer
required

The Unix timestamp (in seconds) for when the file was created.

filename
string | null

The name of the file.

bytes
integer | null

The size of the file, in bytes.