Optionalcursor?: stringSets the starting point for the page of results to return. Can be used when last page is reached to poll for new events. The sort order is maintained in the cursor across requests.
Optionalfrom?: stringThe earliest date and time of the event represented as a UNIX epoch time in milliseconds.
Optionallimit?: numberThe maximum number of events to return per page.
Your organization has a unique ID. Find this ID in your Atlassian Administration URL or when you create your API key.
OptionalsortOrder?: "desc" | string & {} | "asc"The order used to sort events by processing time. Defaults to ascending.
Optionalto?: stringThe latest date and time of the event represented as a UNIX epoch time in milliseconds.
Optionaloptions: RequestOptions
Returns a paginated list of audit logs events for an organization. Use this endpoint if you want to retrieve events in a simple, paginated manner with time-based filtering.
If you need more advanced filtering, refer to the /events endpoint.
Scopes
Authorization scopes required:
read:events:admin