Audit logs
List audit log entries
Returns a list of audit log entries.
get/iam/v2beta/audit-log-entries
Query parameters
limitinteger
Limit the number of items in resulting query response.
tokenstring
If a query response contains a non-empty nextToken, use that value as token query parameter to continue pagination.
Response
A list of audit log entries.
Example response
{
"items": [
{
"id": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"organizationId": "0160f6ab-5741-49e1-af46-9138927e547e",
"userId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"roleId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"sessionId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"requestId": "519d7f18-6701-4db2-b751-962ab6113a6b",
"actionTimestamp": "2025-03-10T16:34:56.639Z",
"details": {
"invitationId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8"
},
"version": 1,
"etag": "version:3",
"created": "2022-05-04T18:31:12.889104898Z"
}
],
"nextToken": "eyIxIjogIlRoaXMgaXMgYSBkdW1teSBwYWdpbmF0aW9uIHRva2VuLiJ9",
"token": "eyIwIjogIlRoaXMgaXMgYSBkdW1teSBwYWdpbmF0aW9uIHRva2VuLiJ9",
"limit": 100
}