API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /audits
Events stored as log entries in the API Platform datastore. (Note that the base path for audits precedes /organizations.)

Audit logs provide access to the actions (create, read, update, delete) executed on entities managed by Apigee.

The following details are captured as audit details for an event:

  • Operation: create, update, read, delete, deploy, undeploy
  • RequestURI
  • Request
  • ResponseCode
  • Response
  • User
  • TimeStamp
Get audit logsDetail
/audits
Verb:GET
Description:Gets audit records for organizations, APIs, API revisions, and policies. (Note that base path inserts audits before organizations: /audits/organizations/{myorg}.
Content Types:
application/json
text/xml
Auth:Basic Auth
Lists audit entries for a user in an organizationDetail
/users/{user_email}/audits
Verb:GET
Description:List audit entries for an Apigee user. Note that the base path for this request does not include organization.
Content Types:
application/json
text/xml
Auth:Basic Auth