Prompts
Get a prompt revision by the prompt’s slug and version
Retrieves the full configuration of a prompt revision including model, parameters, tool calls, messages.
GET
PromptJuggler PHP SDK
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Prompt Revision
Prompt revision
Prompt revision ID.
Prompt ID.
Memory mode.
Available options:
stateless, read_only, read_write, write_only AI provider.
Available options:
openai, gemini, anthropic AI model.
Available options:
gpt-5.5, gpt-5.5-pro, gpt-5.4, gpt-5.4-mini, gpt-5.4-nano, gpt-5.4-pro, gpt-5.2, gpt-5.2-pro, gpt-5.1, gpt-4.1, gpt-4.1-mini, o1-mini, gpt-4o, gpt-4o-mini, gemini-3.1-pro-preview, gemini-3-flash-preview, gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite, gemini-2.0-flash, gemini-2.0-flash-lite, claude-opus-4-8, claude-opus-4-7, claude-opus-4-6, claude-opus-4-5, claude-sonnet-4-6, claude-sonnet-4-5, claude-haiku-4-5 Model parameters.
AI model response format.
- TextFormat
- JsonObjectFormat
- JsonSchemaFormat
User and assistant messages.
tools
(WebSearch · object | HttpCall · object | ScriptCall · object | Mcp · object | PromptCall · object | WorkflowCall · object | KnowledgeSearch · object)[]
required
Available tools.
Built-in web search.
- WebSearch
- HttpCall
- ScriptCall
- Mcp
- PromptCall
- WorkflowCall
- KnowledgeSearch
The system prompt.
PromptJuggler PHP SDK