cURL
curl --request GET \ --url http://localhost:8080/v1/repo/{repo_name}/prompts/{prompt_name} \ --header 'Authorization: Bearer <token>'
{ "messages": [ { "content": "You are an expert Python programmer.", "role": "system" } ], "prompt_name": "system_prompt_coding" }
Returns the prompt definition and metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User ID override via header (requires master API key)
User ID override (requires master API key)
Successful Response
Prompt response model
Prompt identifier
List of messages in the prompt
Show child attributes
List of available tools/functions (OpenAI format)