RecommendationAnalysisStateBySite

RecommendationAnalysisStateBySite
Recommendation Analysis Status Information

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.

JSON Example
{
    "site_id": "string",
    "status_message": "string",
    "status": "string"
}
string
site_id
Optional

The site identifier (local manager ID) for which this status information applies. Used when querying status for recommendations that span multiple sites.

string
status_message
Optional

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.

status
Optional

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.

Enumeration: WAITING, IN_PROGRESS, FAILED, SUCCESS, CANCELED