Skip to content

Get a media file by ID

GET
/api/library/files/{id}
id
required
string format: uuid

OK

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

Not Found