dolthub / dolthub-issues

Issues for dolthub.com
https://dolthub.com
4 stars 1 forks source link

Allow administrator access to API call log on dolthub #505

Closed jon-mellon closed 9 months ago

jon-mellon commented 1 year ago

When testing API calls, it's often difficult to tell why a call did not result in a commit. Possible reasons include:

Giving administrators access to a log of API calls to their database would greatly help with debugging during development as well as with addressing user issues when they arise.

tbantle22 commented 1 year ago

This could be an API endpoint that lists all operations/their results for a user ID

liuliu-dev commented 9 months ago

Hi @jon-mellon , the list operations api is now available, you can find its documentation here: https://docs.dolthub.com/products/dolthub/api/database#list-operations

Thanks for the feature request!