---
title: "Get a track's team visibility audience as team ids"
method: GET
path: "/api/v1/tracks/{trackId}/visibility"
tags: ["cms"]
---

# Get a track's team visibility audience as team ids

`GET /api/v1/tracks/{trackId}/visibility`

## Path parameters

- `trackId` string, required

## Response `200`

- TrackVisibilityResponseDTO
  - `teamIds` string[], required — Team ids that may currently see this track. Empty means the track is visible to everyone in the organization. Resolve team names client-side.

## Changes

- **2026-08-25** `579319e21ecf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wejam/apis/jam/changes/api/v1/tracks/:trackId/visibility/get.md)

---

[API](https://skmtc.dev/wejam/apis/jam.md) · [All operations](https://skmtc.dev/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wejam/jam/revisions/b4e171f8d0f4/schema)
