GET
/
api
/
files
/
{file_id}
{
  "id": "<string>",
  "owner_id": "<string>",
  "name": "<string>",
  "device_id": "<string>",
  "start_time": 123,
  "end_time": 123,
  "duration": 123,
  "timezone": 123,
  "zonemins": 123,
  "group_id": "<string>",
  "children_ids": [
    "<any>"
  ],
  "parent_id": "<string>",
  "parent_clips": [
    "<any>"
  ],
  "data": {},
  "presigned_url": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Headers

Authorization
string
required

Path Parameters

file_id
string
required
Maximum length: 120

Response

OK

File Model

id
string | null
owner_id
string | null
name
string | null
device_id
string | null
start_time
integer | null
end_time
integer | null
duration
integer | null
timezone
integer | null
zonemins
integer | null
group_id
string | null
children_ids
any[] | null
parent_id
string | null
parent_clips
any[] | null
data
presigned_url
string | null
created_at
string<date-time> | null