Get Prompt
Prompts
Get Prompt
Retrieve a specific prompt by name, optionally at a specific version
GET
Get Prompt
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 the details of a specific prompt by its unique name. Returns the latest version by default, or a specific version if theversion query parameter is provided.
Authentication
Your eigi.ai API key. Must be prefixed with
vk_.Path Parameters
The unique prompt name.Example:
customer_support_v1Query Parameters
Specific version number to retrieve (minimum: 1). Omit to get the latest version.
Response
The unique prompt name.
Version number of the returned prompt.
The prompt text content.
Metadata including prompt_type.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Authorizations
API key for authentication. Get your API key from the eigi.ai Dashboard under Settings → API Keys.
Path Parameters
The unique prompt name
Query Parameters
Specific version to retrieve (omit for latest)
Required range:
x >= 1Response
Successfully retrieved prompt

