Python
import requests url = "https://api.opper.ai/v3/generations/{id}" headers = {"Authorization": "Bearer <token>"} response = requests.get(url, headers=headers) print(response.text)
{}
Get a specific recorded generation by ID.
API key authentication. Pass your API key as a Bearer token.
Generation ID
Successful response
Recorded generation with request and response data