---
title: "Get a live ingest point"
method: GET
path: "/v2/sites/{site_id}/live/broadcast/ingest/{ingest_id}/"
tags: ["broadcast live"]
---

# Get a live ingest point

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

Retrieve the details of a specific live ingest point

## Path parameters

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

## Response `200`

Success

- 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

- `404` — Not Found The requested asset could not be found.

---

[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/revisions/180db7cada27/schema)
