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

idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

page[after]integerOptional
Specify the starting point for the next set of results based on the last result of the current page.
page[size]integerOptional

Specify the number of results per page. The default and maximum number of records is 100.

fromstringOptional

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.

tostringOptional

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[]integerOptional
Filter logs to include activities performed by specified user IDs.
include_resource_types[]stringOptional
Filter logs to include activities related to specified resource types.
exclude_resource_types[]stringOptional
Exclude activities related to specified resource types.
include_event_types[]stringOptional
Filter logs to include activities of specified event types.
exclude_event_types[]stringOptional
Exclude activities of the specified event types.

Response

Success response
datalist of objects or null
List of activity logs.
totalinteger or null
Total number of log entries returned.

Errors