# Fetch a Wowza stream source (Available from version 1.4) This operation shows details of a specific Wowza stream source. A Wowza stream source enables automatic transcoder start, stop, and broadcast location detection. Endpoint: GET /stream_sources/wowza/{id} Version: v2.0 ## Path parameters: - `id` (string, required) The unique alphanumeric string that identifies the Wowza stream source. ## Response 200 fields (application/json): - `stream_source_wowza` (object, required) Example: {"created_at":"2020-01-29T17:16:22.001Z","id":"brcndjJt","name":"My Updated Wowza Stream Source","primary_url":"rtmp://origin.cdn.wowza.com:1935/live","state":"stopped","stream_name":"0I3abc1FPZ2P3Qxdfz3YwKtZdDqu6102","transcoders":[{"id":"dkcr5y9l","name":"my transcoder","type":"LiveStream"}],"updated_at":"2020-01-31T14:56:21.001Z"} - `stream_source_wowza.created_at` (string) The date and time that the Wowza stream source was created. Example: "2020-01-29T17:16:22.001Z" - `stream_source_wowza.id` (string) The unique alphanumeric string that identifies the Wowza stream source. Example: "brcndjJt" - `stream_source_wowza.name` (string) A descriptive name for the Wowza stream source. Maximum 255 characters. Example: "My Updated Wowza Stream Source" - `stream_source_wowza.primary_url` (string) The origin URL where you send your source stream. Example: "rtmp://origin.cdn.wowza.com:1935/live" - `stream_source_wowza.state` (string) The current state of the Wowza stream source. Enum: "started", "stopped", "error" - `stream_source_wowza.stream_name` (string) The name of the stream that you can use to configure the source encoder to connect to the Wowza stream source. Example: "0I3abc1FPZ2P3Qxdfz3YwKtZdDqu6102" - `stream_source_wowza.transcoders` (array) The transcoders associated with the Wowza stream source. Example: [{"id":"dkcr5y9l","name":"my transcoder","type":"LiveStream"}] - `stream_source_wowza.transcoders.id` (string) The unique alphanumeric string that identifies the transcoder. - `stream_source_wowza.transcoders.name` (string) A descriptive name for the transcoder. Maximum 255 characters. Example: "dcxq5q6c" - `stream_source_wowza.transcoders.type` (string) The type of transcoder associated with the Wowza stream source be it a transcoder associated with a live stream or a standalone transcoder. Enum: "transcoder", "livestream" - `stream_source_wowza.updated_at` (string) The date and time that the Wowza stream source was updated. Example: "2020-01-31T14:56:21.001Z" ## 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)