curl --request GET \
--url https://demo.komga.org/api/v1/readlists/{id}/file \
--header 'Authorization: Basic <encoded-value>'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}Download the whole readlist as a ZIP file.
Required role: FILE_DOWNLOAD
curl --request GET \
--url https://demo.komga.org/api/v1/readlists/{id}/file \
--header 'Authorization: Basic <encoded-value>'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}