Retrieve all Audit Log Entries
Get all Audit Log entries
User must have authorization role with PROVIDER_ADMIN or TENANT_ADMIN suffix.
Query parameters
Return only audit log entries that have failed status code (>= 400)
One-indexed page number.
Page number for pagination query
Page size for pagination query
Ordering for pagination query
Response
OK
Example response
[
{
"id": "e313b3ca-c47a-4ec1-a79b-a147fad51a50",
"endpoint": "/v2/org/test-org-1/nico/ep",
"queryParams": "{\"test\":[\"1234\"]}",
"method": "POST",
"body": "{\"key1\":\"value1\"}",
"statusCode": 200,
"clientIP": "12.123.43.112",
"userID": "5d9fe319-14d4-40e3-8e5a-7d79e680d55b",
"user": {
"id": "5d9fe319-14d4-40e3-8e5a-7d79e680d55b",
"firstName": "John",
"lastName": "Doe",
"email": "jdoe@test.com"
},
"orgName": "test-org-1",
"timestamp": "2024-12-04T21:06:33.849293-08:00",
"durationMs": 250,
"apiVersion": "0.1.91"
}
]Changes
Changed in 5 of the 90 revisions of this API.81
- ●
for the
queryrequest parameterpageNumber, the max was set to21474836.00request-parameter-max-set
- ●
- ▲
the
items/bodyresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ▲
the
items/queryParamsresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ▲
- ▲
the
items/bodyresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
the
items/queryParamsresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
- ▲
the
items/bodyresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ▲
the
items/queryParamsresponse's property type/format changed fromobject/tostring/for status200response-property-type-changed
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
items/bodyresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲
the
items/queryParamsresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ▲