Query the audit log (tenant-scoped, not itself audited)
GET
/admin/v1/audit-log
const url = 'https://your-store.example.com/admin/v1/audit-log?page=1&pageSize=20';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://your-store.example.com/admin/v1/audit-log?page=1&pageSize=20'Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
integer
pageSize
integer
actorId
string format: uuid
resourceType
string
resourceId
string format: uuid
action
string
dateFrom
string
dateTo
string