get_prompt_history_entry_api_v1_prompts_id
Retrieve a specific version of a prompt from its history by providing the prompt ID and history ID.
Instructions
Get a specific version from history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes | ||
| history_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit_message | No | ||
| created_at | Yes | ||
| id | Yes | ||
| parent_id | No | ||
| prompt_id | Yes | ||
| snapshot | Yes | ||
| user_id | Yes |