kittycad.api.api_calls.get_api_call.sync

kittycad.api.api_calls.get_api_call.sync(id, *, client)[source][source]

This endpoint requires authentication by any KittyCAD user. It returns details of the requested API call for the user. If the user is not authenticated to view the specified API call, then it is not returned. Only KittyCAD employees can view API calls for other users.

Return type:

Union[ApiCallWithPrice, Error, None]