list_prompt_versions
Retrieve the full version history for a prompt by providing its prompt ID. View version numbers, active status, change notes, and settings to track changes over time.
Instructions
List all versions of a specific prompt.
Returns all versions of a prompt, allowing you to track changes over time.
RESPONSE FIELDS (per version):
id: Version identifier
version: Version number (integer, starts at 1)
prompt_id: Parent prompt identifier
messages: The prompt template for this version
model: Model setting for this version
temperature: Temperature setting for this version
max_tokens: Max tokens setting for this version
created_at: When this version was created
is_active: Whether this is the active/deployed version
change_notes: Notes describing changes in this version
created_by: User who created this version
Each prompt can have multiple versions. Typically one version is marked as active and used in production, while others are archived or in development.
Use list_prompts first to find the prompt_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes | Unique prompt identifier (from list_prompts) |