GET

Get Content Plan Flow


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a content plan flow.

While a flow is generating, poll this method with the contentPlanFlowId returned by Trigger Content Plan Generation Flow to follow the flow's progress.

Omit contentPlanFlowId to retrieve the site's most recent successful flow. This is useful for picking up a content plan that was generated in the site dashboard. A flow that's still running is never returned this way, and a site with no successful flow returns a not found error.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
View SEO Settings
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/seo-content-plan-service/v1/content-plan-flows/{contentPlanFlowId}

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?