Authentic User Activities
GET
Get User Activities
Retrieve a paginated list of authentic user activities.
GET
/dashboard/user/activities
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| page | Integer | Optional | Number of page (min: 1) |
| per_page | Integer | Optional | Number of items per page (max: 100) |
Response
200 OKStatus Code
HTTP status code (200)
Message
User activities successfully
Data
Paginated activity logs
Key Response Fields
log_name
The name of the log (e.g., Product, Admin User)
event
The event that triggered the activity (e.g., Created, Updated, Deleted)
description
A human-readable description of the activity
ip_address
The IP address of the user who performed the activity
user_agent
The user agent string of the browser or device
created_at
Timestamp of when the activity was logged