Get one AI plan
get_ai_planRetrieve an AI plan's current state, spending, and generated draft posts. Use after creating a plan to check progress, surface warnings or errors, and prepare ordinary posts for editing or scheduling.
Instructions
One plan with its state, what it has spent, and the posts it generated. This is what you poll after create_ai_plan: while the state is pending or generating nothing exists yet, and generation can take minutes. Once it is generated, the posts are ORDINARY publications in draft state — read them with get_publication and edit or schedule them with update_publication, not with anything here. A failed plan carries the reason in error, and a generated one may still carry warnings worth reading out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ai_plan | Yes | The plan id, from list_ai_plans or create_ai_plan. | |
| id_organization | No | The PlanVortex organization id. Optional. |