Get Prompt Versions
Prompts
Get Prompt Versions
Retrieve all versions of a specific prompt
GET
Get Prompt Versions
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
string
required
Your eigi.ai API key. Must be prefixed with
vk_.Path Parameters
string
required
The unique prompt name.Example:
customer_support_v1Response
string
The prompt name.
array
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
integer
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

