v3
latestOpenAPI 3.0.02026-07-318685204.9 KBMonitoring
Get detailed monitoring data for an ingest
Returns monitoring data for a specific ingest including time-series metrics like packet loss, RTT, and bitrate.
get/monitoring/ingests/{ingestId}
Path parameters
ingestIdstring required
Ingest ID
Ingest 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
Ingest monitoring data
Example response
{
"data": {
"protocol": "srt-push"
}
}