client.get_generation(...) currently returns a coming_soon placeholder.
Copy
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..."}# }