v1

latestOpenAPI 3.0.12026-07-13130168404.3 KB
Audit

Get audit records

Returns all records in the audit log, optionally for a certain date range. This contains information about events like space exports, group membership changes, app installations, etc. For more information, see Audit log in the Confluence administrator's guide.

Permissions required: 'Confluence Administrator' global permission.

get/wiki/rest/api/audit

Query parameters

startDatestring

Filters the results to the records on or after the startDate. The startDate must be specified as epoch time in milliseconds.

endDatestring

Filters the results to the records on or before the endDate. The endDate must be specified as epoch time in milliseconds.

searchStringstring

Filters the results to records that have string property values matching the searchString.

startinteger

The starting index of the returned records.

limitinteger

The maximum number of records to return per page. Note, this may be restricted by fixed system limits.

Response

Returned if the requested records are returned.

startinteger required
limitinteger required
sizeinteger required
_linksGenericLinks required
All 130 operations