Retrieve a request’s payload as a prompt blueprint, along with token usage and timing data.
X-API-KEY header.
API key for authentication.
The ID of the request to retrieve.
x >= 1Successfully retrieved request as a prompt blueprint.
Indicates the request was successful.
The request converted to a prompt blueprint format.
The ID of the request.
The LLM provider (e.g. openai, anthropic).
The model name (e.g. gpt-4, claude-3-sonnet).
Number of input tokens used.
Number of output tokens generated.
Total token count (input + output).
Cost of the request in USD.
ISO 8601 timestamp of when the request started.
ISO 8601 timestamp of when the request ended.
Request latency in milliseconds, derived from start and end times.