Hi everyone!
As the title says, is there any way to see when, who and what has been requested to the Confluence Cloud instance via the REST API?
Thanks in advance!
You can view this within the Audit Log at Organisation Level. Under the Activities menu, find the Option for "Made request to Confluence API" and set your date range back as required.
Or you can use the ALQL:
activity = confluence_accessed_api and created >= 2025-01-01
This will show the actor, the API endpoint used, which specific API Token was used, the response (status 200 etc) and the date/time they did it.
You can get to your org settings by going to admin.atlassian.com, but you need to be an Org Admin. Site Admins can also gain access to this however, this is new functionality so may or may not be available to you yet!
Once in the Org Settings, under the Insights option is Audit log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.