Skip to main content
client.get_generation(...) currently returns a coming_soon placeholder.
record = client.get_generation("G-01ABC...")

print(record)
# {
#   "status": "coming_soon",
#   "endpoint": "generation",
#   "message": "This endpoint is not yet supported in the SDK.",
#   "payload": {"id": "G-01ABC..."}
# }
Last modified on February 17, 2026