Optionalaction?: stringA query filter that returns events of a specific action type.
Optionalactor?: string[]A query filter that returns events by one or more specific actors.
Optionalcursor?: stringSets the starting point for the page of results to return
Optionalfrom?: stringThe earliest date and time of the event represented as a UNIX epoch time in milliseconds.
Optionalip?: string[]A query filter that returns events by one or more specific ip addresses.
Optionallimit?: numberThe maximum number of events to return per page.
Optionallocation?: stringA query filter that returns events by one or more specific locations. Of format: [ { "city": "
Your organization has a unique ID. Find this ID in your Atlassian Administration URL or when you create your API key.
Optionalproduct?: ("jira" | string & {} | "confluence" | "bitbucket" | "guard_detect" | "loom")[]A query filter that returns events by one or more specific products.
Optionalq?: stringSingle query term for searching events.
Optionalto?: stringThe latest date and time of the event represented as a UNIX epoch time in milliseconds.
Optionaloptions: RequestOptions
Returns a filtered list of audit log events for an organization. Use this endpoint for more granular and detailed querying.
If you simply need to paginate through all events, consider using the /events-stream endpoint.
These rate limits for this endpoint be lowered effective end of May 2025 as follows:
Please migrate to the polling API to guarantee uninterrupted service for use cases involving a high request rate.
Scopes
Authorization scopes required:
read:events:admin