GET /rest/api/2/auditing/record

Returns a list of audit records. The list can be filtered to include items:

Permissions required: Administer Jira global permission.

Servers

Query parameters

Name Type Required Description
to String No

The date and time on or before which returned audit results must have been created. If from is provided to must be after from or no audit records are returned.

limit Integer No

The maximum number of results to return.

Default value: 1000

filter String No

The strings to match with audit field content, space separated.

offset Integer No

The number of records to skip before returning the first result.

Default value: 0

from String No

The date and time on or after which returned audit records must have been created. If to is provided from must be before to or no audit records are returned.

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.