Get Saved Staffing Plan
get_planRestore a previously saved event staffing plan using its 12-character ID, allowing you to continue where you left off and request a quote in a new conversation.
Instructions
Restore a complete non-PII staffing plan created by plan_staffing or save_staffing_plan within the last 30 days. Use when a buyer starts a new conversation, changes agent platforms, or wants to continue a saved plan before requesting a quote. DO NOT guess or enumerate plan IDs; use only the 12-character plan_id the user, plan_staffing, or save_staffing_plan supplied. get_plan(plan_id='ABCDEFGH2345') A not-found result means the plan expired, storage was unavailable, or the ID is wrong; re-run plan_staffing. Review the restored plan with the user before request_quote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | 12-character lookalike-free plan reference returned by plan_staffing or save_staffing_plan. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| plan_id | Yes | ||
| snapshot | No | ||
| next_steps | Yes | ||
| offer_note | No | Published first-order offer note. Snapshot totals remain undiscounted. | |
| plan_found | Yes | Discriminator. false means the reference was absent or expired. | |
| continuation | No |