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
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>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The cursor to start from
The number of items to return
x <= 10010
The observer rooms
Show child attributes
The rally userIds associated with the observer room
The external guests associated with the observer room
The bots associated with the observer room, without transcript summaries
Show child attributes
SCHEDULED, IN_MEETING_WAITING, IN_MEETING_RECORDING, IN_MEETING_PAUSED, MEETING_ENDED, RECORDING_PERMISSION_DENIED, DONE, ERROR HEALTHY, RECORDING_PERMISSION_DENIED NOT_STARTED, IDLE, ACTIVE, ENDED SCHEDULED, MANUALLY_SENT The total number of items in your workspaces based on your search parameters
Information about the current page
Show child attributes
Whether there are additional pages of results
Whether there is a prior page of results
The start of the current page of results
The end of the current page of results. Use to fetch the next page