kittycad.api.api_calls.get_async_operation.asyncio

async kittycad.api.api_calls.get_async_operation.asyncio(id, *, client)[source][source]

Get the status and output of an async operation. This endpoint requires authentication by any KittyCAD user. It returns details of the requested async operation for the user. If the user is not authenticated to view the specified async operation, then it is not returned. Only KittyCAD employees with the proper access can view async operations for other users.

Return type:

Union[FileConversion, FileCenterOfMass, FileMass, FileVolume, FileDensity, FileSurfaceArea, TextToCad, Error, None]