Retrieve team activity logs
Retrieve team activity logs
This endpoint returns a paginated list of activity log entries for the team.
GET
Retrieve team activity logs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of items to return per page. Defaults to 50. Maximum 50
Required range:
1 <= x <= 50Checkpoint cursor for pagination; use the 'next' value from a previous response to fetch the next page
Return logs created at or after this ISO 8601 date format
Return logs created before this ISO 8601 timestamp
Exact match: filter by event type Event type identifier
Available options:
Team Member, Team Invitation, Security Policy, Team Settings, Token Activity, Tenant Activity, Tenant Member, Team Activity Exact match: filter by status Execution status of the event
Available options:
Success, Failure