The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /grid/session/{sessionId}/replica/list

List all replicas for a grid session.

Returns replica information including the replica type (user, agent, or service) and whether the replica is currently connected to the session.

Forward the provided nextPageToken to get the next page of results.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/grid/session/{sessionId}/replica/list

Resource URL Variables
{sessionId} - The grid session ID.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method POST
Request Object ListGridReplicasRequest
(application/json)
Response Object ListGridReplicasResponse
(application/json)