Get generation
Generation
Generation lookup (Beta)
Retrieve a specific generation by ID.
GET
Get generation
Fetches the stored audit record for a given
request_id that belongs to your team.
Use:
GET /v1/generations?id=<request_id>
replay_supported: whether a replay-ready payload is availablereplay_request: the stored request body you can send back to the original endpoint for a controlled rerun
- Read the generation record with
GET /v1/generations?id=<request_id>. - Check
replay_supported === true. - Re-submit
replay_requestto the original endpoint named byendpointsuch as/v1/chat/completionsor/v1/responses.
Authorizations
Bearer token authentication
Query Parameters
The ID of the generation
Response
Generation data
Whether a replay-ready request payload is available for this generation.
Replay-ready request payload captured for this generation when available.
Last modified on May 6, 2026