cURL
curl --request GET \ --url https://api.rallyuxr.com/api/public/v1/studies/{studyId}/observer-rooms \ --header 'Authorization: Bearer <token>'
{ "results": [ { "observerRoomId": "<string>", "interviewBookingId": "<string>", "studyId": "<string>", "title": "<string>", "note": "<string>", "guestUserIds": [ "<string>" ], "externalGuests": [ "<string>" ], "bots": [ { "observerRoomBotId": "<string>", "observerRoomId": "<string>", "status": "SCHEDULED", "subscriptionStatus": "HEALTHY", "liveStreamStatus": "NOT_STARTED", "source": "SCHEDULED", "video": { "hasVideo": true, "downloadUrl": "<string>" }, "transcript": { "hasTranscript": true, "transcriptUrl": "<string>", "shortSummary": "<string>", "longSummary": "<string>" } } ] } ], "total": 123, "pageInfo": { "hasNextPage": true, "hasPreviousPage": true, "startCursor": "<string>", "endCursor": "<string>" } }
Get a paginated list of observer rooms for a study
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The cursor to start from
The number of items to return
x <= 100
10
The observer rooms
Show child attributes
The total number of items in your workspaces based on your search parameters
Information about the current page