Query a Screenshot Template
Query a screenshot template by template name.
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, check API calls to comply with the rate limit below:
- 100 requests per minute
- 1000 requests per hour