Get audit log
Retrieves the audit log for an instance. Returns a list of recorded actions ordered by timestamp (newest first).
Retrieves the audit log for an instance. Returns a list of recorded actions ordered by timestamp (newest first).
AuthorizationBearer <token>
Preferred API authentication. Use a JWT with the api audience.
In: header
Path Parameters
id*string
The unique identifier (UUID) of the instance.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "http://127.0.0.1:38765/v1/instances/:id/audit-log"{
"entry": [
{
"id": "string",
"user": {
"id": "string",
"username": "string",
"email": "string"
},
"type": "EXECUTE_COMMAND",
"timestamp": {
"seconds": 0,
"nanos": 0
},
"data": "string"
}
]
}{
"code": 0,
"grpc-code": "string",
"message": "string",
"stack-trace": "string",
"details": [
{}
]
}{
"code": 0,
"grpc-code": "string",
"message": "string",
"stack-trace": "string",
"details": [
{}
]
}{
"code": 0,
"grpc-code": "string",
"message": "string",
"stack-trace": "string",
"details": [
{}
]
}How is this page?