View audit logs
documentedRetrieve logs of Platform activities.
GET /v1/audit-logAudit Query APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://platform.adobe.io/data/foundation/audit/events?limit={{$limit}}&start={{$start}}&queryId={{$queryId}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "x-api-key: {{ADOBE_API_KEY}}" \
-H "x-gw-ims-org-id: {{ADOBE_ORG_ID}}" \
-H "x-sandbox-name: {{SANDBOX_NAME}}" \
-H "Accept: application/json" \
-H "x-request-id: {{X_REQUEST_ID}}"