Query a Screenshot Template
Request
Request-Line
GET /lls/v1.0/template/screenshot/{templateName}
Response
Response Body
Parameter | Type | Required | Description |
---|---|---|---|
templateName | String | Mandatory | screenshot template name. |
created | Timestamp | Mandatory | Timestamp of created time in UTC timezone. Default is now. |
status | String | Mandatory | Status of screenshot template. Valid values: active, inactive. |
domain | String | Mandatory | ingest domain name |
app | String | Optional | app name. if not specified, the screenshot template will be applied to all apps. |
stream | String | Optional | stream name. if not specified, the screenshot template will be applied to all streams. |
screenshotFormat | String | Mandatory | screenshot format. Valid values: jpg, png. |
bucket | String | Mandatory | bucket name to store the screenshot. |
path | String | Mandatory | storage path under the bucket. |
Examples
Query a screenshot template
Request
GET /lls/v1.0/template/screenshot/domainTemplate HTTP/1.1
Successful Response Body
{
"templateName": "domainTemplate",
"created": "2025-07-15T08:47:10Z",
"status": "active",
"domain": "ingest.example.com",
"screenshotFormat": "jpg",
"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