kittycad.api.api_calls.list_async_operations.asyncio

async kittycad.api.api_calls.list_async_operations.asyncio(sort_by, status, *, client, limit=None, page_token=None)[source][source]

For async file conversion operations, this endpoint does not return the contents of converted files (output). To get the contents use the /async/operations/{id} endpoint. This endpoint requires authentication by a KittyCAD employee.

Return type:

Union[AsyncApiCallResultsPage, Error, None]