Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/sessions
curl -X GET "https://api.vonative.com/v1/sessions?page=1&limit=20" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "items": [ { "id": "session_uuid", "status": "completed", "duration_seconds": 180, "started_at": "2025-01-15T10:30:00Z" } ], "total": 42, "page": 1, "limit": 20 } }