v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
stream_targets

Fetch a property of a stream target

This operation shows the details of a specific property assigned to a specific stream target. The properties returned will depend on the provider you are using and are noted in the key descriptions below.

For a comprehensive resource describing the use of advanced properties, see Set advanced properties with the Wowza Video REST API.

get/stream_targets/{stream_target_id}/properties/{id}

Path parameters

stream_target_idstring required

The unique alphanumeric string that identifies the stream target.

idstring required

The unique string that identifies the stream target property. The string contains the section and the key, connected by a dash. For example, hls-chunkSize.

Response

Success

Example response

{
  "property": {
    "key": "chunkSize",
    "section": "hls",
    "value": 6
  }
}