seedfast_plan_get
Retrieve a stored seeding plan by ID to inspect its table set and preview before execution. Returns plan details and timestamps, or an error for unknown IDs.
Instructions
Retrieves a single stored seeding plan by ID. Returns a text block with the plan ID, scope, full table list, optional human-readable preview, and created/updated timestamps; returns an error when the ID is unknown. Use this to inspect a plan's table set before executing it, or to show the user what a plan contains. Does not require SEEDFAST_API_KEY (reads local session state). Next: call seedfast_run with planId to execute, seedfast_plan_update to modify, or seedfast_plan_delete to remove it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planId | Yes | Plan ID (as shown by seedfast_plans_list or returned by seedfast_plan / seedfast_plan_create). |