GET /interaction/v1/interactions/publishStatus/{statusId}
Checks the status of a publication.
Name | Type | Description | |
---|---|---|---|
statusId | string | Required | The statusId provided by a successful POST request to schedule for a specific version of a journey. |
Example Request
This request retrieves the publishing status for the specified statusId provided while making a publishAsync
request.
- 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.