Get audit records

GET {{baseUrl}}/api/audit?startDate=<string>&endDate=<string>&searchString=<string>&start=0&limit=1000

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.

Request Params

KeyDatatypeRequiredDescription
startDatestringFilters the results to the records on or after the startDate.
The startDate must be specified as a timestamp.
endDatestringFilters the results to the records on or before the endDate.
The endDate must be specified as a timestamp.
searchStringstringFilters the results to records that have string property values
matching the searchString.
startnumberThe starting index of the returned records.
limitnumberThe maximum number of records to return per page.
Note, this may be restricted by fixed system limits.

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;displayName&quot;:&quot;ut qui occaecat&quot;,&quot;operations&quot;:null,&quot;username&quot;:&quot;officia dolor&quot;,&quot;userKey&quot;:&quot;Ut Lorem&quot;},&quot;remoteAddress&quot;:&quot;ullamco tempor id&quot;,&quot;creationDate&quot;:87607791,&quot;summary&quot;:&quot;ut laboris qui Ut&quot;,&quot;description&quot;:&quot;pariatur ut cillum id quis&quot;,&quot;category&quot;:&quot;pariatur et sunt enim dolor&quot;,&quot;sysAdmin&quot;:true,&quot;affectedObject&quot;:{&quot;name&quot;:&quot;pariatur ea eu&quot;,&quot;objectType&quot;:&quot;exerci&quot;},&quot;changedValues&quot;:[{&quot;name&quot;:&quot;voluptate Lorem nostrud&quot;,&quot;oldValue&quot;:&quot;exercitation dolor&quot;,&quot;newValue&quot;:&quot;nulla proident&quot;},{&quot;name&quot;:&quot;proid&quot;,&quot;oldValue&quot;:&quot;sint eu&quot;,&quot;newValue&quot;:&quot;sed adipisicing irure&quot;}],&quot;associatedObjects&quot;:[{&quot;name&quot;:&quot;eiusmod aliquip incididunt&quot;,&quot;objectType&quot;:&quot;laboris aute elit tempor&quot;},{&quot;name&quot;:&quot;dolore adipisicing&quot;,&quot;objectType&quot;:&quot;eiusmod cillum sunt Ut cupidatat&quot;}]},{&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;displayName&quot;:&quot;deserunt laboris voluptate cupidatat&quot;,&quot;operations&quot;:null,&quot;username&quot;:&quot;et cillum ut cupidatat&quot;,&quot;userKey&quot;:&quot;qui magna eu deserunt&quot;},&quot;remoteAddress&quot;:&quot;v&quot;,&quot;creationDate&quot;:42657177,&quot;summary&quot;:&quot;enim sit dolore cillum&quot;,&quot;description&quot;:&quot;Excepteur sit&quot;,&quot;category&quot;:&quot;exercitation in ea&quot;,&quot;sysAdmin&quot;:true,&quot;affectedObject&quot;:{&quot;name&quot;:&quot;ex cillum&quot;,&quot;objectType&quot;:&quot;eu officia veniam labore&quot;},&quot;changedValues&quot;:[{&quot;name&quot;:&quot;dolor laborum sed do sunt&quot;,&quot;oldValue&quot;:&quot;dolor eiusmod&quot;,&quot;newValue&quot;:&quot;nulla&quot;},{&quot;name&quot;:&quot;consectetur eiusmod&quot;,&quot;oldValue&quot;:&quot;Except&quot;,&quot;newValue&quot;:&quot;culpa aliquip&quot;}],&quot;associatedObjects&quot;:[{&quot;name&quot;:&quot;adipisicing aliquip&quot;,&quot;objectType&quot;:&quot;elit Ut laboris&quot;},{&quot;name&quot;:&quot;anim&quot;,&quot;objectType&quot;:&quot;dolore in voluptate&quot;}]}],&quot;start&quot;:48713254,&quot;limit&quot;:16739977,&quot;size&quot;:-39928545,&quot;_links&quot;:{}}