List Servers
Servers
List Servers
Retrieve a list of all servers accessible by the authenticated user
GET
List Servers
Retrieves a paginated list of all servers that the authenticated user has access to. By default, this returns servers owned by the user. Admin users can optionally retrieve all servers in the system.
Authentication
Requires a valid session token. The response will vary based on the user’s role and permissions.Query Parameters
Controls which servers are returned:
own- Returns only servers owned by the authenticated userall- Returns all servers (requires admin role)
Response
Array of server entries
ISO 8601 timestamp of when the response was generated
Example Request
Example Response
Error Responses
Returned when a non-admin user attempts to use
scope=allReturned when the request lacks valid authentication