---
title: "List Broadcast Live ingest points"
method: GET
path: "/v2/sites/{site_id}/live/broadcast/ingest/"
tags: ["broadcast live"]
---

# List Broadcast Live ingest points

`GET /v2/sites/{site_id}/live/broadcast/ingest/`

List all Broadcast Live ingest points for a site

## Path parameters

- `site_id` string, required — Unique identifier for a resource

## Query parameters

- `page` integer
- `page_length` integer
- `q` string
- `sort` string

## Response `200`

Success

- LiveIngestCollectionSchema — Schema object for a collection of live ingest points
  - `page` integer — Offset for returned resources
  - `page_length` integer — Maximum number of resources to return
  - `total` integer — Number of resources available before pagination
  - `items` LiveIngestObjectSchema — Schema object for a live ingest point
    - `schema` string
    - `id` string — Unique identifier for a resource
    - `created` string — Date and time at which the resource was created
    - `last_modified` string — Date and time at which the resource was most recently modified
    - `type` string — Name of the type of resource.
    - `relationships` object — Ancilliary resources associated to the primary resource being read
    - `metadata` LiveIngestMetadata — Schema object for a live ingest points's metadata
      - `ingest_format` 'rtmp' | 'rtp' | 'rtp_fec' | 'srt' — Live ingest format
      - `url` string — The URL for the ingest location A live ingest provides a reusable ingest address so that many streams can be ingested at the same location over time.
      - `display_name` string — Friendly name used for identifying the ingest point in the JWX dashboard
      - `version` integer — Numeric identifier that determines the behaviors supported by the live ingest point New live ingest points will always be created with the latest version.

## Other responses

- `422` — Unprocessable Filter Parameters
- `502` — A lower level service failed to process request.

---

[API](https://skmtc.net/jwplayer/apis/management-api-v2.md) · [All operations](https://skmtc.net/jwplayer/apis/management-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jwplayer/management-api-v2/versions/180db7cada27/schema)
