In my Confluence Cloud instance, using an API Key (even an admin key), is there a way to get a list of pages that have been updated programmatically using an API key?
None of these REST API calls get me the information I need:
https://myinstancename.atlassian.net/wiki/rest/api/audit
GET https://api.atlassian.com/admin/v1/orgs/myorgid/event-actions
Not sure what is the use case here.
I assume you mean an API token when you write "API key". If so, then each API token belongs to a user account. If that user account didn't update pages in alternative ways, only by using an API token, then you should search for the pages updated by the user account.
No, there is no documented way to find pages updated through an API key.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.