GET /interaction/v1/interactions/publishStatus/{statusId}

Checks the status of a publication.

NameTypeDescription
statusIdstringRequired. The statusId provided by a successful POST request to schedule for a specific version of a journey.

This request retrieves the publishing status for the specified statusId provided while making a publishAsync request.

Journey Builder returns one of these statuses.

  • PublishInProcess
  • PublishCompleted
  • Error

If any errors are encountered during the publishing process, they're listed as elements in the errors array.