-
Task
-
Resolution: Done
-
Blocker
-
None
-
False
-
False
-
The superuser API has a log retrieval endpoint which gives complete logs from the entire system in denormalized form (resolved names for actions, usernames) including pagination and date range.
curl -X GET -H "Authorization: Bearer your_token_here" https://QUAY_ENDPOINT/api/v1/superuser/logs
We should document that endpoint for customers requiring custom log export via an API with range parameters.