Skip to content

Get Server Audit Log

GET
/api/v1/servers/{id}/audit

Gets a page of the audit log on this server.

id
required
string format: int64

The ID of the server.

start
integer format: int32
0

The audit number to start at. This field is zero-indexed, so 0 is 1st.

limit
integer format: int32
default: 25

The number of audit entries to show after start. Maximum 100.

The audit log.

If you do not have access to this server’s audit log.

If the server does not exist.