RecommendationAnalysisStateBySite
Status information for a recommendation result at a specific site. Contains the current status, status message, and site identifier for a recommendation that may span multiple sites.
{
"site_id": "string",
"status_message": "string",
"status": "string"
}
The site identifier (local manager ID) for which this status information applies. Used when querying status for recommendations that span multiple sites.
A human-readable message providing additional details about the current status. May contain error messages, progress information, or other contextual details about the recommendation state.
The current status of the recommendation for this site. Indicates whether the recommendation is waiting, in progress, ready to publish, published, or has encountered errors.