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

Gets a list 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. Note that this endpoint has been marked as deprecated and is scheduled for removal. Please use the `/session` endpoint with the 'GET' method.
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
matchobject
401
You are not authorized to fetch matches. Please make sure that the included bearer token is correct.




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Get all matches
Docs powered by archbee