November 19, 2024
Summary
Added the ability to retrieve audit logs using the Astro API call, GET /organizations/{organizationId}/audit-logs
. You can also use the parameters startDate
and endDate
to limit the number of logs you retrieve to a particular timescale.
See Audit logs reference for more information.
Added
GET /organizations/{organizationId}/audit-logs
- to retrieve audit logs via the API. Note that this API call has a non-configurable rate limit of2
per minute.