List logs
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/logs
Requires scopelogs:read
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Query parameters
| type string | Log action to filter on, e.g. login, register, license_redeem. |
| userId string (uuid) | Only entries produced by this end-user. |
| startDate string (date-time) | Inclusive lower bound, ISO 8601. |
| endDate string (date-time) | Inclusive upper bound, ISO 8601. |
| page integer | 1-based page number. Default: 1 · Minimum: 1 |
Responses
200Logs.
json
{ "data": [ { "id": "8b4d1f60-2c97-4a35-be08-1f6a3d5c9027", "user_id": "9c1f0b2e-3a5d-4c88-9f21-7d4e6b0a1c33", "action": "login", "metadata": { "success": true }, "ip": "203.0.113.24", "hwid": "A1B2-C3D4-E5F6", "created_at": "2026-08-10T09:14:02.000Z" } ], "total": 9214, "page": 1, "limit": 25, "totalPages": 369 }
More in Logs
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs