Skip to main content

RecommendationsRefreshResponse

Response from POST /api/v1/user/recommendations/refresh

messagestringrequired

Human-readable status message

taskIdsstring<uuid>[]

Task IDs enqueued — one per enabled recommendation provider instance

RecommendationsRefreshResponse
{
"message": "string",
"taskIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}