Retrieves the current active version’s prompt metadata (title, description, LLM configuration, and message list) by deployment ID, along with associated deployment and workspace information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The deployment ID to retrieve. Must belong to the current API key's workspace and be in active state
"dep_12345"
Successful response with prompt data
Prompt ID
"prompt_abc123"
Current version title
"Welcome Flow"
Prompt message sequence with role and content fields
Current version description
"Greeting flow for new sign-ups"
Custom LLM configuration JSON
{
"provider": "openai",
"model": "gpt-4o",
"temperature": 0.4
}