API Reference
Log In
API Reference

Get prompt data for an AI completion

        Returns only the prompt-related data for an AI completion metric.
        This endpoint provides a focused view of just the prompt capture fields:
        - systemPrompt: System instructions sent to the model
        - inputMessages: User input messages (JSON array)
        - outputResponse: Assistant output content
        - promptsTruncated: Whether prompts were truncated due to size limits

        Use this endpoint when you only need prompt data without the full completion details.
    
Language
Credentials
Header
Click Try It! to start a request and see the response here!