kittycad.api.file.list_file_conversions

Functions

asyncio(limit, page_token, sort_by, *, client)

This endpoint does not return the contents of the converted file (output).

asyncio_detailed(limit, page_token, sort_by, ...)

rtype

Response[Union[Any, FileConversionResultsPage, Error]]

sync(limit, page_token, sort_by, *, client)

This endpoint does not return the contents of the converted file (output).

sync_detailed(limit, page_token, sort_by, *, ...)

rtype

Response[Union[Any, FileConversionResultsPage, Error]]