POST
/
api
/
files
/
search
{
  "type": "list",
  "data": [],
  "next_page_token": "<string>"
}

Headers

Authorization
string
required

Body

application/json
owner_id
string | null
Maximum length: 120
start_time
integer | null
end_time
integer | null
file_id_list
string[]

Response

OK

Response of File List

type
string
default:list
data
FileModel · object[]
next_page_token
string | null