Get prompt version
Authentication
X-Hume-Api-Keystring
API Key authentication via header
Path parameters
id
Identifier for a prompt. Formatted as a UUID.
version
Version number for a prompt. Version numbers should be integers.
Response
Success
created_on
The timestamp when the first version of this prompt was created.
id
Identifier for a Prompt. Formatted as a UUID.
modified_on
The timestamp when this version of the prompt was created.
name
Name applied to all versions of a particular Prompt.
text
Text used for this version of the Prompt.
version
Version number for a Prompt. Version numbers should be integers. The combination of configId and version number is unique.
version_type
Indicates whether this prompt is using a fixed version number or auto-updating to the latest version. Values from the VersionType enum.
version_description
Description that is appended to a specific version of a Prompt.

