kittycad.api.api_calls.get_async_operation
Functions
|
Get the status and output of an async operation. |
|
|
|
Get the status and output of an async operation. |
|
- 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 Zoo 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 Zoo employees with the proper access can view async operations for other users.
- kittycad.api.api_calls.get_async_operation.sync(id, *, client)[source][source]
Get the status and output of an async operation.
This endpoint requires authentication by any Zoo 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 Zoo employees with the proper access can view async operations for other users.