Hello! Is there a way to access the Audit Logs associated with an Enterprise customer account through a query to Prefect Cloud? I can see them via the web UI, but want to access this programmatically via query (or otherwise make it available to be piped/accessed via another monitoring service)
I found this post from February '22 on the topic which seems to imply it's possible, but it was for Prefect 1, using GraphQL:
https://discourse.prefect.io/t/how-to-query-audit-logs-using-graphql-api/344
I'm using Prefect 2.13. I've tried searching through the Cloud API docs, but I wasn't able to find any documentation on this. Any help?