get
https://api.heygen.com/v1/streaming.list
This endpoint retrieves a list of currently active (open) streaming sessions.
Interactive Avatar is getting upgraded to LiveAvatar! Now with its own website and app. Learn more
We recommend integrating directly with LiveAvatar instead. Docs
If you have an existing HeyGen Interactive Avatar implementation, we recommend checking out our migration guide. Docs
Response Body
| Field | Type | Description |
|---|---|---|
| sessions | List of active sessions. | |
| sessions[].session_id | string | Unique identifier for the session. |
| sessions[].status | string | status of this session (new/connecting/connected) |
| sessions[].created_at | numbers | Creation time (Unix timestamp) for the session. |
