Query a Recording Template
Query a recording template by template name
Request
Request-Line
GET /lls/v1.0/template/recording/{templateName}
Response
Response Body
Parameter | Type | Required | Description |
---|---|---|---|
templateName | String | Mandatory | recording template name. |
created | Timestamp | Mandatory | Timestamp of created time in UTC timezone. Default is now. |
status | String | Mandatory | Status of recording template. Valid values: active, inactive. |
domain | String | Mandatory | ingest domain name |
app | String | Optional | app name. if not specified, the recording template will be applied to all apps. |
stream | String | Optional | stream name. if not specified, the recording template will be applied to all streams. |
recordingFrom | String | Mandatory | recording from. Valid values: ingest, delivery. |
recordingFormat | Array | Mandatory | recording formats. Valid values: mp4, hls, dash. |
Examples
Query a recording template
Request
GET /lls/v1.0/template/recording/domainTemplate HTTP/1.1
Successful Response Body
{
"templateName": "domainTemplate",
"created": "2025-07-15T08:47:10Z",
"status": "active",
"domain": "ingest.example.com",
"recordingFrom": "ingest",
"recordingFormat": ["mp4", "hls"],
"bucket": "my-bucket",
"path": "/recording/mp4/"
}
Rate Limits
Rate limiting is posed upon the API, please kindly check your API calls to ensure complying with the rate limit below:
- 100 requests per minute
- 1000 requests per hour