Ingress

List ingress endpoints (paginated with filters)

GET
/api/v1/ingress

Authorization

tenant-api-key
x-api-key<token>

Tenant API key (backend only — never expose to a browser)

In: header

Query Parameters

page?number
Range1 <= value
Default1
limit?number
Range1 <= value <= 100
Default20
roomId?string

Filter by room ID

status?string

Filter by ingress status

Value in

  • "CREATED"
  • "BUFFERING"
  • "ACTIVE"
  • "DISCONNECTED"
  • "ENDED"
  • "FAILED"
inputType?string

Filter by input type

Value in

  • "RTMP"
  • "WHIP"
  • "SRT"
  • "URL"

Response Body

curl -X GET "https://example.com/api/v1/ingress"
Empty