# Fetch all output stream targets of an output of a transcoder This operation shows the details of all of the output stream targets of an output of a transcoder. Endpoint: GET /transcoders/{transcoder_id}/outputs/{output_id}/output_stream_targets Version: v2.0 ## Path parameters: - `transcoder_id` (string, required) The unique alphanumeric string that identifies the transcoder. - `output_id` (string, required) The unique alphanumeric string that identifies the output rendition. ## Response 200 fields (application/json): - `output_stream_targets` (array, required) Example: [{"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"}}] - `output_stream_targets.created_at` (string) The date and time that the output stream target was created. - `output_stream_targets.id` (string) The unique alphanumeric string that identifies the output stream target. Example: "4Gp5rF23" - `output_stream_targets.stream_target` (object) - `output_stream_targets.stream_target.created_at` (string) The date and time that the stream target was created. - `output_stream_targets.stream_target.id` (string) The unique alphanumeric string that identifies the stream target. - `output_stream_targets.stream_target.name` (string) A descriptive name for the stream target. Maximum 255 characters. - `output_stream_targets.stream_target.state` (string) The state of the stream target. Enum: "activated", "archived" - `output_stream_targets.stream_target.type` (string) custom is an external, third-party destination and wowza_cdn is a Wowza CDN target. Enum: "custom", "wowza_cdn" - `output_stream_targets.stream_target.updated_at` (string) The date and time that the stream target was updated. - `output_stream_targets.stream_target_id` (string) The unique alphanumeric string that identifies the stream target. Example: "QvvJYJjk" - `output_stream_targets.updated_at` (string) The date and time that the output stream target was updated. - `output_stream_targets.use_stream_target_backup_url` (boolean) Specifies whether the output stream target uses the stream target's primary or backup URL. Example: true - `output_stream_targets.target_state` (string) Specifies whether the stream target is enabled or disabled. This parameter displays in the response when the transcoder or live stream associated with the stream target is running and receiving a stream. Enabled means the stream target is enabled and streaming video to its destination. Disabled means the stream target is disabled and is not streaming video to its destination. Enum: "enabled", "disabled" ## Response 401 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array) ## Response 403 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array) ## Response 404 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array) ## Response 410 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array)