Get detailed ingest monitoring data for a channel
Returns channel metadata along with detailed monitoring data for all ingests belonging to the channel.
Path parameters
Channel ID
Channel ID
Query parameters
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.
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.
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.
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"
}
]
}
}Changes
No recorded changes to this endpoint across all 9 revisions of this API.