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
Key | Datatype | Required | Description |
---|---|---|---|
startDate | string | Filters the results to the records on or after the startDate . | |
The startDate must be specified as a timestamp. | |||
endDate | string | Filters the results to the records on or before the endDate . | |
The endDate must be specified as a timestamp. | |||
searchString | string | Filters the results to records that have string property values | |
matching the searchString . | |||
start | number | The starting index of the returned records. | |
limit | number | The maximum number of records to return per page. | |
Note, this may be restricted by fixed system limits. |
RESPONSES
status: OK
{"results":[{"author":{"type":"user","displayName":"ut qui occaecat","operations":null,"username":"officia dolor","userKey":"Ut Lorem"},"remoteAddress":"ullamco tempor id","creationDate":87607791,"summary":"ut laboris qui Ut","description":"pariatur ut cillum id quis","category":"pariatur et sunt enim dolor","sysAdmin":true,"affectedObject":{"name":"pariatur ea eu","objectType":"exerci"},"changedValues":[{"name":"voluptate Lorem nostrud","oldValue":"exercitation dolor","newValue":"nulla proident"},{"name":"proid","oldValue":"sint eu","newValue":"sed adipisicing irure"}],"associatedObjects":[{"name":"eiusmod aliquip incididunt","objectType":"laboris aute elit tempor"},{"name":"dolore adipisicing","objectType":"eiusmod cillum sunt Ut cupidatat"}]},{"author":{"type":"user","displayName":"deserunt laboris voluptate cupidatat","operations":null,"username":"et cillum ut cupidatat","userKey":"qui magna eu deserunt"},"remoteAddress":"v","creationDate":42657177,"summary":"enim sit dolore cillum","description":"Excepteur sit","category":"exercitation in ea","sysAdmin":true,"affectedObject":{"name":"ex cillum","objectType":"eu officia veniam labore"},"changedValues":[{"name":"dolor laborum sed do sunt","oldValue":"dolor eiusmod","newValue":"nulla"},{"name":"consectetur eiusmod","oldValue":"Except","newValue":"culpa aliquip"}],"associatedObjects":[{"name":"adipisicing aliquip","objectType":"elit Ut laboris"},{"name":"anim","objectType":"dolore in voluptate"}]}],"start":48713254,"limit":16739977,"size":-39928545,"_links":{}}