website logo
⌘K
Getting Started
Gameye API Overview
Important API Details
Gameye Server Orchestration
Preparing Your Game Server For Hosting
Containerizing Your Game Server
🚨Support Requests
How to request priority support
What we stand for and expectations
Feedback
Changelogs
🌐API Reference
Docs powered by archbee 
2min

Lists a collection of active sessions.

GET
Lists all of the active sessions that are tied to your API token. Note that it only returns sessions that are active. Those that have already been stopped, will not be included.
QUERY PARAMETERS
filterobject
A list or record of tags to filter a list of sessions on. If none of the sessions meet the provided filter criteria, naturally an empty list of sessions is returned.
RESPONSES
200
Successfully looked up all of the active sessions that are tied to your API token.
object
sessions
object[]
401
You are not authorized to fetch a list of active sessions. Please make sure that the included bearer token is correct.




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
/session/{id}
Docs powered by archbee