---
title: "Get a list of asset change notification channels."
method: GET
path: "/v3/asset-changes/channels"
tags: ["AssetChanges"]
---

# Get a list of asset change notification channels.

`GET /v3/asset-changes/channels`

# Get Partner Channels

Retrieves the channel data for the partner. This data can be used to populate the channel_id parameter in the Put Asset Changes query.

##  Quickstart

You'll need an API key and an access token to use this resource.

Partners who have a channel that has been removed should contact their sales representative to be set up again.

## Response `200`

OK

- PartnerChannel[]
  - `assetFamily` string, nullable — Specifies the asset family for the channel: "Editorial", "Creative" or "Both"
  - `channelId` integer — Specifies the identification number for the channel
  - `channelType` string, nullable — Specifies the lifecycle type(s) in the channel: "New", "Update", "Delete", or a combination of these, separated by commas
  - `startDate` string, date-time
  - `assetType` string, nullable — Specifies asset type in the channel: "Image", "Film", or "Music"

## Other responses

- `403` — UnauthorizedToAccessResource
- `404` — ChannelsNotFound

---

[API](https://skmtc.net/gettyimages/apis/getty-images-api.md) · [All operations](https://skmtc.net/gettyimages/apis/getty-images-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gettyimages/getty-images-api/revisions/29f239eeae86/schema)
