Skip to content

Search media files in the library

GET
/api/library/files
query
string
artist
string
album
string
genre
string
offset
integer format: int32
0
limit
integer format: int32
default: 500

OK

Array<object>
object
id
string format: uuid
path
string
title
string
artist
string
album
string
genre
string
year
integer format: int32
nullable
trackNumber
integer format: int32
nullable
durationSeconds
number format: double
sampleRate
integer format: int32
channels
integer format: int32
codec
string
fileSize
integer format: int64