kittycad.api.api_calls.list_api_calls_for_user.asyncio

async kittycad.api.api_calls.list_api_calls_for_user.asyncio(id, sort_by, *, client, limit=None, page_token=None)[source][source]

This endpoint requires authentication by any KittyCAD user. It returns the API calls for the authenticated user if β€œme” is passed as the user id. Alternatively, you can use the /user/api-calls endpoint to get the API calls for your user. If the authenticated user is a KittyCAD employee, then the API calls are returned for the user specified by the user id. The API calls are returned in order of creation, with the most recently created API calls first.

Return type:

Union[ApiCallWithPriceResultsPage, Error, None]