cURL
curl --request GET \ --url https://{defaultHost}/v1/apps/{app_id}/events \ --header 'Authorization: Bearer <token>' \ --header 'X-Authorization: <api-key>'
{ "count": 123, "total_pages": 123, "current_page": 123, "next_page": 123, "prev_page": 123, "per_page": 123, "events": [ { "id": "<string>", "app_id": "<string>", "slug": "<string>", "data": {}, "created_at": "2023-11-07T05:31:56Z", "controller": "<string>", "action": "<string>", "params": {}, "note": "<string>", "ip_address": "<string>", "user_agent": "<string>", "app_user_id": "<string>", "category": "<string>", "metadata": {}, "updated_at": "2023-11-07T05:31:56Z" } ] }
Retrieve paginated list of events for an application
API Secret token
User Access token
App ID
Page number
Per-page limit
Filter by category
Filter by slug
Filter by app user ID
ISO8601 start date for range filter
ISO8601 end date for range filter
successful
Total number of events
Total pages available
Show child attributes
Was this page helpful?