Skip to main content

Get Activity Logs

GET 

/v1/api/admin/logs/activity

Retrieves activity logs with pagination and optional filters. Activity logs track all user actions in the system including authentication events, MUTATE operations, and system changes.

Auth Required

Required Permissions:

  • Admin access required

Indexed Filter Fields (for optimal performance):

  • action - Filter by specific action type
  • targetType + targetId - Filter by primary entity
  • relatedType + relatedId - Filter by related entity
  • actorUserId - Filter by user who performed the action
  • requestId - Filter by request UUID for tracing
  • startDate + endDate - Filter by date range (in local timezone)

Request

Responses

Activity logs retrieved successfully