Skip to main content
GET
/
studies
/
{studyId}
/
interviews
/
{interviewBookingId}
/
observer-room
Get the observer room for an interview
curl --request GET \
  --url https://api.rallyuxr.com/api/public/v1/studies/{studyId}/interviews/{interviewBookingId}/observer-room \
  --header 'Authorization: Bearer <token>'
{
  "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>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

studyId
string
required
interviewBookingId
string
required

Response

The observer room

observerRoomId
string
required
interviewBookingId
string
required
studyId
string
required
title
string | null
required
note
string | null
required
guestUserIds
string[]
required

The rally userIds associated with the observer room

externalGuests
string[]
required

The external guests associated with the observer room

bots
object[]
required

The bots associated with the observer room