Activity logs
Last updated
Last updated
This API is not available for self-service at the moment, and you will need to contact us if you are interested in using it.
This endpoint allows to list activity logs on a particular project and environment.
Records are returned sorted by createdAt
date, in descending order (from most recent to least recent).
Pagination can be achieved by filtering on createdAt
date.
/v1/project/{projectName}/environment/{environmentName}/activity-logs
The case sensitive environment name
The case sensitive project name
This specifies a limit on the number of objects to return, ranging between 1 and 100. Limit is set to 10 by default
The user email
The user id
The team name
The collection name (same as in the schema).
The record id
The action performed
create
, read
, update
, delete
, action
, search
, filter
, index
, select
, dashboard
, workspace
, export
, createNote
, openNote
, deleteNote
, createMessage
, createApproval
, approveApproval
, rejectApproval
, ignoreApprovalWarning
, markApprovalAsFailed
, startProcessingInboxTask
, cancelInboxTask
, autoCancelInboxTask
, assignUserToInboxTask
, unassignUserFromInboxTask
, sendApprovalBackInReview
The type of the activity log
read
, write
Value to filter by
Maximum value to filter by (exclusive). This filter supports date-time values in ISO 8601 format (YYYY-MM-DDTHH:MM), e.g., 2024-06-04T09:21:26.159Z.
Minimum value to filter by (inclusive). This filter supports date-time values in ISO 8601 format (YYYY-MM-DDTHH:MM), e.g., 2024-06-04T09:21:26.159Z.
Minimum value to filter by (exclusive). This filter supports date-time values in ISO 8601 format (YYYY-MM-DDTHH:MM), e.g., 2024-06-04T09:21:26.159Z.
Maximum value to filter by (inclusive). This filter supports date-time values in ISO 8601 format (YYYY-MM-DDTHH:MM), e.g., 2024-06-04T09:21:26.159Z.