kittycad.api.api_calls.list_async_operations

Functions

asyncio(sort_by, status, *, client[, limit, ...])

For async file conversion operations, this endpoint does not return the contents of converted files (output).

asyncio_detailed(sort_by, status, *, client)

rtype:

Response[Union[AsyncApiCallResultsPage, Error, None]]

sync(sort_by, status, *, client[, limit, ...])

For async file conversion operations, this endpoint does not return the contents of converted files (output).

sync_detailed(sort_by, status, *, client[, ...])

rtype:

Response[Union[AsyncApiCallResultsPage, Error, None]]

kittycad.api.api_calls.list_async_operations._build_response(*, response)[source][source]
Return type:

Response[Union[AsyncApiCallResultsPage, Error, None]]

kittycad.api.api_calls.list_async_operations._get_kwargs(sort_by, status, *, client, limit=None, page_token=None)[source][source]
Return type:

Dict[str, Any]

kittycad.api.api_calls.list_async_operations._parse_response(*, response)[source][source]
Return type:

Union[AsyncApiCallResultsPage, Error, None]

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]

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

Response[Union[AsyncApiCallResultsPage, Error, None]]

kittycad.api.api_calls.list_async_operations.sync(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]

kittycad.api.api_calls.list_async_operations.sync_detailed(sort_by, status, *, client, limit=None, page_token=None)[source][source]
Return type:

Response[Union[AsyncApiCallResultsPage, Error, None]]