---
title: "GET /sourceLocation/{SourceLocationName}/liveSources"
method: GET
path: "/sourceLocation/{SourceLocationName}/liveSources"
---

# GET /sourceLocation/{SourceLocationName}/liveSources

`GET /sourceLocation/{SourceLocationName}/liveSources`

Lists the live sources contained in a source location. A source represents a piece of content.

## Path parameters

- `SourceLocationName` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListLiveSourcesResponse
  - `Items` LiveSource[] — Lists the live sources.
    - `Arn` string, required — The ARN for the live source.
    - `CreationTime` string, date-time — The timestamp that indicates when the live source was created.
    - `HttpPackageConfigurations` HttpPackageConfiguration[], required — The HTTP package configurations for the live source.
      - `Path` string, required — The relative path to the URL for this VOD source. This is combined with <code>SourceLocation::HttpConfiguration::BaseUrl</code> to form a valid URL.
      - `SourceGroup` string, required — The name of the source group. This has to match one of the <code>Channel::Outputs::SourceGroup</code>.
      - `Type` 'DASH' | 'HLS', required — The streaming protocol for this package configuration. Supported values are <code>HLS</code> and <code>DASH</code>.
    - `LastModifiedTime` string, date-time — The timestamp that indicates when the live source was last modified.
    - `LiveSourceName` string, required — The name that's used to refer to a live source.
    - `SourceLocationName` string, required — The name of the source location.
    - `Tags` object — The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.
  - `NextToken` string — Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

---

[API](https://skmtc.net/aws/apis/mediatailor.md) · [All operations](https://skmtc.net/aws/apis/mediatailor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/mediatailor/versions/52c4c025987a/schema)
