List song audio assets
GET/api/song-audio
GET
/api/song-audio
Filter by role and/or one scope (songId, stepId, setlistId, eventId). Pass signed=1 to include presigned track URLs.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”role
string
songId
string format: uuid
stepId
string format: uuid
setlistId
string format: uuid
eventId
string format: uuid
signed
string
Responses
Section titled “Responses”Success
object
ok
required
boolean
data
Bad request / invalid input
object
ok
required
boolean
error
required
string
code
string
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Forbidden / not in band
object
ok
required
boolean
error
required
string
code
string
Not found
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string
