🔗 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.
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)
Default
200Format
int32Response 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
Gets audit log events for the current organization with flexible filtering. The effective time window is always at least 24 hours regardless of the parameters supplied: if the resolved window is shorter it is automatically expanded by moving the start time back while keeping the end time unchanged. GET
Previous Page
Gets raw connection status records with flexible filtering for the current organization GET
Next Page
