🔗 Console REST APIAudit Log

Gets the latest audit log events for the current organization (no time filtering)

Returns the most recent audit trail events for your organization, ordered by newest first. No time filtering applied - returns the latest events up to the specified limit.

GET
/api/audit-trail/latest
Authorization<token>

API Key is required to access the endpoints

In: header

Query Parameters

limit?integer

Maximum number of records to return (1-10000, default 200)

Default200
Formatint32

Response Body

curl -X GET "https://api-console.apibricks.io/api/audit-trail/latest"
[
  {
    "idEvent": "25c6b827-0e36-4537-b22f-4a51c0dec35f",
    "idOrganization": "9bf7f388-1dbc-4a73-92b2-4ad35e7fe880",
    "eventTimestamp": "2019-08-24T14:15:22Z",
    "email": "string",
    "ipAddress": "string",
    "description": "string"
  }
]
Empty
Empty
Service StatusGitHub SDK