Admin 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 admin logs on a particular project.
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}/admin-logs
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 administrator email
The administrator id
The type of action performed
add
, remove
, update
, initial
The entity that initiated the action
administrator
, identityProvider
, forestAdmin
The resource affected by the action
user-project
, role
, team
, environment
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.