get https://api.heygen.com/v2/streaming.list
This endpoint is used to retrieve a paginated list of streaming sessions.
Response Body
Field | Type | Description |
---|---|---|
total | numbers | Total numbers of sessions |
page | numbers | Page number |
page_size | numbers | Page size |
next_pagination_token | string | Token for next page |
data | List of sessions. | |
data[].session_id | string | Unique identifier for the session. |
data[].status | string | status of this session (new/connecting/connected) |
data[].created_at | numbers | Creation time (Unix timestamp) for the session |
data[].api_key_type | string | API key type |
data[].duration | numbers | Session duration in seconds |
data[].avatar_id | string | Session avatar identifier |
data[].voice_name | string | Session voice name |