curl --request GET \
--url https://app.aseed.ai/custdev/api/interviews/rooms/{room_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"project_id": "<string>",
"access_token": "<string>",
"url": "<string>",
"room_name": "<string>",
"max_duration_minutes": 123,
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"record_id": "<string>",
"respondent_email": "<string>",
"research_goals_override": "<string>",
"interview_guide_override": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"voice": "<string>",
"realtime_provider": "<string>",
"language": "<string>",
"topics_for_respondent": "<string>",
"display_name": "<string>"
}Get details of a specific interview room.
Parameters:
Returns:
curl --request GET \
--url https://app.aseed.ai/custdev/api/interviews/rooms/{room_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"project_id": "<string>",
"access_token": "<string>",
"url": "<string>",
"room_name": "<string>",
"max_duration_minutes": 123,
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"record_id": "<string>",
"respondent_email": "<string>",
"research_goals_override": "<string>",
"interview_guide_override": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"finished_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"voice": "<string>",
"realtime_provider": "<string>",
"language": "<string>",
"topics_for_respondent": "<string>",
"display_name": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Response model for interview room details.
42Was this page helpful?