# Fetch all custom stream targets This operation lists limited details for all of your custom stream targets. For detailed information, fetch a single custom stream target. Endpoint: GET /stream_targets/custom Version: v2.0 ## Query parameters: - `page` (integer) Returns a paginated view of results from the HTTP request. Specify a positive integer to indicate which page of the results should be displayed. The default is 1. For more information and examples, see Get paginated query results with the Wowza Video REST API. - `per_page` (integer) For use with the page parameter. Indicates how many records should be included in a page of results. A valid value is any positive integer. The default and maximum value is 1000. ## Response 200 fields (application/json): - `stream_targets_custom` (array, required) Example: [{"created_at":"2020-01-28T17:16:22.008Z","id":"RMS45lfvx","name":"My Custom Stream Target","updated_at":"2020-01-31T00:44:50.008Z"},{"created_at":"2020-01-28T17:16:22.008Z","id":"ABC45lxyz","name":"My Second Custom Stream Target","updated_at":"2020-01-31T02:05:33.008Z"}] - `stream_targets_custom.created_at` (string) The date and time that the custom stream target was created. - `stream_targets_custom.id` (string) The unique alphanumeric string that identifies the custom stream target. - `stream_targets_custom.name` (string) A descriptive name for the custom stream target. Maximum 255 characters. - `stream_targets_custom.updated_at` (string) The date and time that the custom stream target was updated. ## 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)