Documentation Index
Fetch the complete documentation index at: https://docs.euri.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
GET https://api.euron.one/api/v1/euri/logs
This endpoint uses session authentication (logged-in user), not API key auth.
Query parameters
Filter by status (e.g. success, error).
Start date in ISO format.
Number of logs to return. Default: 20.
Pagination offset. Default: 0.
Example
curl "https://api.euron.one/api/v1/euri/logs?model=gpt-4o-mini&limit=10" \
-H "Cookie: session=YOUR_SESSION_COOKIE"
Response
Returns an array of log entries with model, tokens, cost, status, and timestamp for each request.