Prompts
REST API methods for interacting with Phoenix prompts
Retrieve a paginated list of all prompts in the system. A prompt can have multiple versions.
Cursor for pagination (base64-encoded prompt ID)
The max number of prompts to return at a time.
100
Retrieve all versions of a specific prompt with pagination support. Each prompt can have multiple versions with different configurations.
The identifier of the prompt, i.e. name or ID.
Cursor for pagination (base64-encoded promptVersion ID)
The max number of prompt versions to return at a time.
100
Retrieve a specific prompt version using its tag name. Tags are used to identify specific versions of a prompt.
The identifier of the prompt, i.e. name or ID.
The tag of the prompt version
Add a new tag to a specific prompt version. Tags help identify and categorize different versions of a prompt.
The ID of the prompt version.
^[a-z0-9]([_a-z0-9-]*[a-z0-9])?$
No content
Retrieve all tags associated with a specific prompt version. Tags are used to identify and categorize different versions of a prompt.
The ID of the prompt version.
Cursor for pagination (base64-encoded promptVersionTag ID)
The max number of tags to return at a time.
100
Retrieve a specific prompt version using its unique identifier. A prompt version contains the actual template and configuration.
The ID of the prompt version.
Last updated
Was this helpful?