Logging of API calls

Hello,

Is there any feature available to log the API calls made to GPT-3 with all details such as user, timestamp, request, response etc?

1 Like

Thank you for the prompt response…

1 Like

Hello,

I do not see any response in this thread. I have a similar question:

Are there logs we can check to see what is going on with our API calls?

1 Like

If you are calling the API as part of your server code, you can log the request and response yourself. This will help in debugging. Not sure if OpenAPI provides additional logging.

1 Like