v3

OpenAPI 3.0.02026-07-318685204.9 KB
Monitoring

Get detailed ingest monitoring data for a channel

Returns channel metadata along with detailed monitoring data for all ingests belonging to the channel.

get/monitoring/channels/{channelId}/ingests

Path parameters

channelIdstring required

Channel ID

Channel ID

Query parameters

startstring

Start time in ISO 8601 format. Default: 1 minute ago. Must be within 5 minutes of the current time. Start and end must be at most 1 minute apart.

Example:2026-03-20T00:00:00Z

Start time in ISO 8601 format. Default: 1 minute ago. Must be within 5 minutes of the current time. Start and end must be at most 1 minute apart.

endstring

End time in ISO 8601 format. Default: now. Must be within 5 minutes of the current time. Start and end must be at most 1 minute apart.

Example:2026-03-20T00:01:00Z

End time in ISO 8601 format. Default: now. Must be within 5 minutes of the current time. Start and end must be at most 1 minute apart.

Response

Channel ingests monitoring data

Example response

{
  "data": {
    "ingests": [
      {
        "protocol": "srt-push"
      }
    ]
  }
}