Get a specific prompt by its ID. The response always includes a resolved
version. By default, the latest version is returned. Use the version_id
or label query parameter to resolve a specific version instead. You
cannot supply both version_id and label.
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
The unique identifier of the prompt A universally unique identifier
"RW50aXR5OjEyMzQ1"
Return the prompt with this specific version. Mutually exclusive with label.
A universally unique identifier
"RW50aXR5OjEyMzQ1"
Return the prompt with the version pointed to by this label (e.g., "production"). Mutually exclusive with version_id.
A prompt object with a resolved version
A prompt with a resolved version. Returned by Create Prompt and Get Prompt. The version is the initial version on create, or the resolved version (latest, by ID, or by label) on get.
The prompt ID
The prompt name
The space ID the prompt belongs to
When the prompt was created
When the prompt was last updated
The user ID of the user who created the prompt
A prompt version represents a specific snapshot of a prompt's configuration. Each version captures the messages, model settings, and parameters at a point in time. Versions are immutable once created and are identified by a commit hash.
The prompt description