Skip to main content
GET
/
audit-log
Get organization audit log
curl --request GET \
  --url https://api.thundercompute.com:8443/v1/audit-log
{
  "events": [
    {
      "actor": "<string>",
      "details": {},
      "event": "<string>",
      "timestamp": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.thundercompute.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

since
string

Lookback window. Either a Go duration (e.g. 24h, 7d) or RFC3339 timestamp. Default 7d, max 30d.

limit
integer

Max events to return. Default 100, max 500.

Response

OK

events
object[]