List Active Streaming Sessions

GEThttps://api.konpro.ai/v1/streaming/sessions

Retrieve a list of currently active streaming sessions, detailing their identifiers, status, and creation timestamps.

Request History

Log in to see full request history

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Response Structure

FieldTypeDescription
sessionsarrayArray of active session objects

Each session object contains:

FieldTypeDescription
session_idstringUnique session identifier
statusstringCurrent session status. Possible values: "new", "connecting", "connected"
created_atnumberUnix timestamp indicating when the session was created

cURL Request

shell
curl --request GET \
--url https://api.konpro.ai/v1/streaming/sessions \
--header 'accept: application/json' \
--header 'x-api-key: <your-api-key>'

LANGUAGE

CREDENTIALS

HEADER

RESPONSE

Examples

Choose an example:

application/json
200 - Success
400 - Bad Request