Skip to main content

RecommendationSourceDto

One recommendation provider instance contributing to the merged response.

cachedboolean

Whether this instance's results came from cache

generatedAtstring | nullnullable

When this instance's recommendations were generated

pluginIdstring<uuid>required

Plugin ID

pluginNamestringrequired

Plugin display name

sourcestring

External ID source of this plugin (e.g. "anilist").

taskIdstring,null<uuid>nullable

ID of the running/pending refresh task for this instance, if any

taskStatusstring | nullnullable

Status of a running/pending refresh task for this instance, if any

RecommendationSourceDto
{
"cached": true,
"generatedAt": "string",
"pluginId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"pluginName": "string",
"source": "string",
"taskId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"taskStatus": "string"
}