Get audit records for time period

GET {{baseUrl}}/api/audit/since?number=3&units=MONTHS&searchString=<string>&start=0&limit=1000

Returns records from the audit log, for a time period back from the current date. For example, you can use this method to get the last 3 months of records.

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
numbernumberThe number of units for the time period.
unitsstringThe unit of time that the time period is measured in.
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;eu qui amet&quot;,&quot;operations&quot;:null,&quot;username&quot;:&quot;ut&quot;,&quot;userKey&quot;:&quot;amet ut eu Ut&quot;},&quot;remoteAddress&quot;:&quot;irure sed commodo tempor&quot;,&quot;creationDate&quot;:-28489517,&quot;summary&quot;:&quot;reprehenderit occaecat&quot;,&quot;description&quot;:&quot;sed in occaecat&quot;,&quot;category&quot;:&quot;magna qui Lorem&quot;,&quot;sysAdmin&quot;:false,&quot;affectedObject&quot;:{&quot;name&quot;:&quot;Ut est ad eu anim&quot;,&quot;objectType&quot;:&quot;tempor Excepteur&quot;},&quot;changedValues&quot;:[{&quot;name&quot;:&quot;non anim sint qui&quot;,&quot;oldValue&quot;:&quot;amet est qui esse&quot;,&quot;newValue&quot;:&quot;tempor quis&quot;},{&quot;name&quot;:&quot;sed ipsum aut&quot;,&quot;oldValue&quot;:&quot;culpa&quot;,&quot;newValue&quot;:&quot;occaecat ad&quot;}],&quot;associatedObjects&quot;:[{&quot;name&quot;:&quot;Excepteur fugiat&quot;,&quot;objectType&quot;:&quot;aute sint quis eiusmod qui&quot;},{&quot;name&quot;:&quot;esse laborum in&quot;,&quot;objectType&quot;:&quot;magna irure&quot;}]},{&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;displayName&quot;:&quot;anim nisi occaecat ipsum&quot;,&quot;operations&quot;:null,&quot;username&quot;:&quot;anim in proident ex et&quot;,&quot;userKey&quot;:&quot;dolore sunt&quot;},&quot;remoteAddress&quot;:&quot;ipsum mollit est&quot;,&quot;creationDate&quot;:-68787259,&quot;summary&quot;:&quot;labore cupidatat amet laborum&quot;,&quot;description&quot;:&quot;et ea dolore&quot;,&quot;category&quot;:&quot;consequat ex enim occaecat&quot;,&quot;sysAdmin&quot;:true,&quot;affectedObject&quot;:{&quot;name&quot;:&quot;irure occaecat proident dolor id&quot;,&quot;objectType&quot;:&quot;veniam Ut in magna&quot;},&quot;changedValues&quot;:[{&quot;name&quot;:&quot;proident sunt laboris&quot;,&quot;oldValue&quot;:&quot;ut sunt dolore ullamco&quot;,&quot;newValue&quot;:&quot;enim adipisicing&quot;},{&quot;name&quot;:&quot;non cillum laborum reprehenderit&quot;,&quot;oldValue&quot;:&quot;in mollit consectetur&quot;,&quot;newValue&quot;:&quot;fugiat ut anim pariatur&quot;}],&quot;associatedObjects&quot;:[{&quot;name&quot;:&quot;qui anim dolore&quot;,&quot;objectType&quot;:&quot;&quot;},{&quot;name&quot;:&quot;enim pariatur in ut sed&quot;,&quot;objectType&quot;:&quot;nostrud&quot;}]}],&quot;start&quot;:-42437008,&quot;limit&quot;:95954729,&quot;size&quot;:-54456786,&quot;_links&quot;:{}}