GET /wiki/rest/api/audit

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.

Servers

Query parameters

Name Type Required Description
endDate String No

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

limit Integer No

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

Default value: 1000

searchString String No

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

startDate String No

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

start Integer No

The starting index of the returned records.

Default value: 0

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.