RecommendationResultState

RecommendationResultState
Recommendation Analysis Status Information

Status information for a recommendation result at a specific site. Contains the current status, status message.

JSON Example
{
    "id": "675e5580-7fe2-48ae-814a-d8a642ed0a0f",
    "site_id": "675e5580-7fe2-48ae-814a-d8a642ed0a0f",
    "status": "PUBLISHED"
}
string
id
Optional

Recommendation result ID, currently the result ID is the site id.

string
site_id
Optional

The site identifier (local manager ID) where this recommendation result was generated. This corresponds to one of the site_ids specified in the recommendation session.

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: READY_TO_PUBLISH, NOTHING_TO_PUBLISH, PUBLISH_INITIATED, PUBLISH_FAILED, PUBLISHED