Get an operation by ID.
Poll this endpoint to check the status of a long-running operation. When done=true, the response field contains the generated world.
Args: operation_id: The operation identifier from /worlds:generate.
Returns: GetOperationResponse[World] with:
Raises: HTTPException: 401 if unauthorized HTTPException: 404 if operation not found HTTPException: 500 if request fails
API key for authentication. Get your key from the developer portal.
Successful Response
True if the operation is completed
Operation identifier
Creation timestamp
Error information if the operation failed
Expiration timestamp
Service-specific metadata, such as progress percentage
Result payload when done=true and no error. Structure depends on operation type.
Last update timestamp