GET /wiki/rest/api/audit/export

Exports audit records as a CSV file or ZIP file.

Permissions required: 'Confluence Administrator' global permission.

Servers

Query parameters

Name Type Required Description
endDate String No

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

format String No

The format of the export file for the audit records.

Possible values:

  • "csv"
  • "zip"

Default value: "csv"

searchString String No

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

startDate String No

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

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.