Get Prompt Versions
Prompts
Get Prompt Versions
Retrieve all versions of a specific prompt
GET
Get Prompt Versions
Documentation Index
Fetch the complete documentation index at: https://docs.eigi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Get all versions of a specific prompt, sorted by version number in descending order (newest first). Useful for auditing prompt changes or rolling back to a previous version.Authentication
Your eigi.ai API key. Must be prefixed with
vk_.Path Parameters
The unique prompt name.Example:
customer_support_v1Response
The prompt name.
Array of version objects sorted by version number (descending).Each version contains:
prompt_version(integer): Version numberprompt_content(string): The prompt text contentcreated_at(string): ISO 8601 timestamp when this version was created
Total number of versions for this prompt.
Authorizations
API key for authentication. Get your API key from the eigi.ai Dashboard under Settings → API Keys.
Path Parameters
The unique prompt name

