kittycad.api.api_calls.get_api_call.asyncio

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

This endpoint requires authentication by any Zoo 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 Zoo employees can view API calls for other users.

Return type:

Union[ApiCallWithPrice, Error, None]