Get activity audit log
Retrieves detailed information about activities within a specific environment of a customer workspace. You can use query parameters to filter the activity audit log by resource types, such as recipes and connections, or event types, such as creating or deleting recipes.
Path parameters
id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page[after]
Specify the starting point for the next set of results based on the last result of the current page.
page[size]
Specify the number of results per page. The default and maximum number of records is 100
.
from
Specify the start of the time range for which to retrieve audit logs. Provide in ISO 8601 format, for example: YYYY-MM-DDTHH:mm:ss.SSSZ
.
to
Specify the end of the time range for which to retrieve audit logs. Provide in ISO 8601 format, for example: YYYY-MM-DDTHH:mm:ss.SSSZ
.
users_ids[]
Filter logs to include activities performed by specified user IDs.
include_resource_types[]
Filter logs to include activities related to specified resource types.
exclude_resource_types[]
Exclude activities related to specified resource types.
include_event_types[]
Filter logs to include activities of specified event types.
exclude_event_types[]
Exclude activities of the specified event types.
Response
Success response
data
List of activity logs.
total
Total number of log entries returned.