kittycad.api.api_calls.list_api_calls_for_user.sync

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

This endpoint requires authentication by any Zoo 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 Zoo 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]