---
title: "View a room participant."
method: GET
path: "/room_participants/{room_participant_id}"
tags: ["Room Participants"]
---

# View a room participant.

`GET /room_participants/{room_participant_id}`

## Path parameters

- `room_participant_id` string, uuid, required

## Response `200`

Get room participant response.

- object
  - `data` RoomParticipant
    - `id` string, uuid — A unique identifier for the room participant.
    - `session_id` string, uuid — Identify the room session that participant is part of.
    - `context` string — Context provided to the given participant through the client SDK
    - `joined_at` string, date-time — ISO 8601 timestamp when the participant joined the session.
    - `updated_at` string, date-time — ISO 8601 timestamp when the participant was updated.
    - `left_at` string, date-time — ISO 8601 timestamp when the participant left the session.
    - `record_type` string

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/e32d46c5945b/schema)
