# Fetch a custom stream target This operation shows the details of a specific custom stream target. Endpoint: GET /stream_targets/custom/{id} Version: v2.0 ## Path parameters: - `id` (string, required) The unique alphanumeric string that identifies the custom stream target. ## Response 200 fields (application/json): - `stream_target_custom` (object) Example: {"created_at":"2020-01-28T17:16:22.011Z","delivery_protocols":["rtmp"],"id":"RMS45lfvx","name":"My Custom Stream Target","playback_urls":{"rtmp":[{"name":"default","url":"rtmp://cp123456.live.edgefcs.net/live/[EVENT]@654321"}]},"primary_url":"rtmp://p.ep123456.i.akamaientrypoint.net/EntryPoint","provider":"rtmp","stream_name":"c8467d50@123456","updated_at":"2020-01-30T19:14:11.011Z"} - `stream_target_custom.backup_url` (string) The backup ingest URL for a custom stream target. Not for use with the akamai_cupertino custom provider. - `stream_target_custom.created_at` (string) The date and time that the custom stream target was created. Example: "2020-01-28T17:16:22.011Z" - `stream_target_custom.delivery_protocols` (array) An array of the delivery protocols available for this stream target. Available from version 1.7. Example: ["rtmp"] - `stream_target_custom.id` (string) The unique alphanumeric string that identifies the custom stream target. Example: "RMS45lfvx" - `stream_target_custom.name` (string) A descriptive name for the custom stream target. Maximum 255 characters. Example: "My Custom Stream Target" - `stream_target_custom.password` (string) A username must be present. The password associated with the target username for RTMP authentication. Not for use with the akamai_cupertino custom provider. - `stream_target_custom.playback_urls` (object) Web addresses that the target uses to play streams. Available from version 1.7. Example: {"rtmp":[{"name":"default","url":"rtmp://cp123456.live.edgefcs.net/live/[EVENT]@654321"}]} - `stream_target_custom.playback_urls.hls` (array) Web address that the target uses to play HLS streams. - `stream_target_custom.playback_urls.hls.name` (string) The name of the playback URL. Example: "default" - `stream_target_custom.playback_urls.hls.url` (string) The playback URL. - `stream_target_custom.playback_urls.hds` (array) Web address that the target uses to play HDS streams. Not for use with the akamai_cupertino custom provider. - `stream_target_custom.playback_urls.rtmp` (array) Web address that the target uses to play RTMP streams. Example: [{"name":"default","url":"rtmp://cp123456.live.edgefcs.net/live/[EVENT]@654321"}] - `stream_target_custom.primary_url` (string) The primary ingest URL of the custom stream target. Example: "rtmp://p.ep123456.i.akamaientrypoint.net/EntryPoint" - `stream_target_custom.provider` (string) The CDN for the target. Example: "rtmp" - `stream_target_custom.stream_name` (string) The name of the stream being ingested into the target. Example: "c8467d50@123456" - `stream_target_custom.updated_at` (string) The date and time that the custom stream target was updated. Example: "2020-01-30T19:14:11.011Z" - `stream_target_custom.username` (string) The username or ID that the target uses for RTMP authentication. Not for use with the akamai_cupertino custom provider. ## 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)