Skip to main content
GET
/
api
/
interviews
/
join
/
{access_token}
Get Room Info
curl --request GET \
  --url https://app.aseed.ai/custdev/api/interviews/join/{access_token}
{
  "room_name": "<string>",
  "max_duration_minutes": 123,
  "status": "<string>",
  "project_name": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "language": "<string>",
  "topics_for_respondent": "<string>"
}

Path Parameters

access_token
string
required

Response

Successful Response

Response model for public room information.

room_name
string
required
max_duration_minutes
integer
required
status
string
required
project_name
string | null
expires_at
string<date-time> | null
language
string | null
topics_for_respondent
string | null