Ingress
List ingress endpoints (paginated with filters)
Authorization
tenant-api-key x-api-key<token>
Tenant API key (backend only — never expose to a browser)
In: header
Query Parameters
page?number
Range
1 <= valueDefault
1limit?number
Range
1 <= value <= 100Default
20roomId?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