loud-postman-20421
09/17/2025, 9:28 AMtall-airline-16756
09/17/2025, 9:28 AMtall-airline-16756
09/17/2025, 9:29 AMroomList grant. For example:
lk token create --api-key $LIVEKIT_API_KEY --api-secret $LIVEKIT_SECRET_KEY --list --valid-for 24h
2. Find your Project ID: You can locate this in your project dashboard URL—it starts with p_.
3. Make an API Request: Use the Analytics API to query your closed sessions. Here’s an example cURL request:
curl -H "Authorization: Bearer $TOKEN" "<BASE_API_URL>/api/project/$PROJECT_ID/sessions?start=2024-10-01&end=2024-10-01&limit=100&page=0"
The response will give you useful details about past sessions, like session ID, room name, creation time, and participant count. If you’d like, I’m here to help you through any part of this process—just let me know!
Sources: autocomplete/fish_autocomplete | Analytics API | LiveKit Docs