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

# GET /sourceLocation/{SourceLocationName}/vodSources

`GET /sourceLocation/{SourceLocationName}/vodSources`

Lists the VOD 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

- ListVodSourcesResponse
  - `Items` VodSource[] — Lists the VOD sources.
    - `Arn` string, required — The ARN for the VOD source.
    - `CreationTime` string, date-time — The timestamp that indicates when the VOD source was created.
    - `HttpPackageConfigurations` HttpPackageConfiguration[], required — The HTTP package configurations for the VOD 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 VOD source was last modified.
    - `SourceLocationName` string, required — The name of the source location that the VOD source is associated with.
    - `Tags` object — The tags assigned to the VOD 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>.
    - `VodSourceName` string, required — The name of the VOD source.
  - `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)
