kittycad.api.file.file_conversion_by_id Module

Functions

asyncio(id, *, client)

Get the status of a file conversion.

asyncio_detailed(id, *, client)

rtype

Response[Union[Any, FileConversion]]

sync(id, *, client)

Get the status of a file conversion.

sync_detailed(id, *, client)

rtype

Response[Union[Any, FileConversion]]