Skip to main content

Query a Screenshot Template

Request

Request-Line

GET /lls/v1.0/template/screenshot/{templateName}

Response

Response Body

ParameterTypeRequiredDescription
templateNameStringMandatoryscreenshot template name.
createdTimestampMandatoryTimestamp of created time in UTC timezone. Default is now.
statusStringMandatoryStatus of screenshot template. Valid values: active, inactive.
domainStringMandatoryingest domain name
appStringOptionalapp name. if not specified, the screenshot template will be applied to all apps.
streamStringOptionalstream name. if not specified, the screenshot template will be applied to all streams.
screenshotFormatStringMandatoryscreenshot format. Valid values: jpg, png.
bucketStringMandatorybucket name to store the screenshot.
pathStringMandatorystorage 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