get https://api.us-west-1.on.fusebit.io/v1/account//audit
Returns the audit trail of calls to the HTTP APIs related to resources that belong to the account id.
Each entry of the audit trail contains the timestamp of the call, resource, action, and the identity of the caller represented as the (issuer, subject) pair.
Use query string parameters to filter the entries.
All query filters are combined with a logical AND operator.
By default, only the most recent 15 minutes of audit logs are returned. You can change this with the from
query parameter.