v1

latestSwagger 2.02026-07-175658186.8 KB
Usage Logs

Retrieve logs for provided search criteria

This API returns the usage and access logs for a given date range within a 3 month period. This API authenticates with an IMS user token.

get/{globalCompanyId}/auditlogs/usage

Path parameters

globalCompanyIdstring required

The Global Company ID for the Adobe Analytics organization

Query parameters

startDatestring required

Start date for the maximum of a 3 month period.

endDatestring required

End date for the maximum of a 3 month period.

loginstring

The login value of the user you want to filter logs by.

ipstring

The IP address you want to filter logs by.

rsidstring

The report suite ID you want to filter logs by.

eventTypestring

The numeric id for the event type you want to filter logs by.

eventstring

The event description you want to filter logs by. No wildcards permitted.

limitinteger

Number of results per page.

pageinteger

Page number (base 0 - first page is "0").

Headers

Authorizationstring required

The access token copied from your AA API client integration, prefixed with "Bearer ".

x-api-keystring required

The API key copied from your AA API client integration. For more information on how to obtain this value, see Getting started with the Analytics API.

Response

Successful