GET /interaction/v1/interactions/publishStatus/{statusId}
Checks the status of a publication.
URL Parameters
Name | Type | Description | |
---|---|---|---|
statusId | string | Required | The statusId provided by a successful POST request to schedule for a specific version of a journey. |
Usage
Example Request
This request retrieves the publishing status for the specified statusId provided while making a publishAsync
request.
Possible Statuses returned by Journey Builder
- PublishInProcess
- PublishCompleted
- Error
Example Response
If any errors are encountered during the publishing process, they will be listed as elements within the errors
property of the response.