GetJourneyPublicationStatus
Retrieves the publication status of a journey in Salesforce Marketing Cloud. This procedure returns information about whether a journey version is published, queued, or has encountered errors during deployment. It is essential for verifying automation readiness.
Input
| Name | Type | Required | Description |
| StatusId | String | True | Specifies the unique identifier (Id) of the journey publication status record to retrieve. This identifier links the request to a specific publication attempt and allows the system to return its current state. |
Result Set Columns
| Name | Type | Description |
| Status | String | Returns the publishing status for the specified status Id, indicating whether the associated journey version is pending publication, actively publishing, successfully published, or has encountered an error. |