Fetch all output stream targets of an output of a transcoder
GET {{baseUrl}}/transcoders/:transcoder_id/outputs/:output_id/output_stream_targets
This operation shows the details of all of the output stream targets of an output of a transcoder.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"output_stream_targets":[{"id":"4Gp5rF23","stream_target_id":"QvvJYJjk","use_stream_target_backup_url":false,"stream_target":{"id":"QvvJYJjk","name":"My provisioned RTMP Stream Target","type":"wowza","created_at":"2020-01-29T17:16:21.965Z","updated_at":"2020-01-31T05:45:33.965Z"}},{"id":"345Gd9Hs","stream_target_id":"R32u8HDk","use_stream_target_backup_url":false,"stream_target":{"id":"R32u8HDk","name":"My other provisioned RTMP Stream Target","type":"wowza","created_at":"2020-01-29T17:16:21.965Z","updated_at":"2020-01-31T12:19:50.965Z"}}]}