---
title: "List access tiers"
method: GET
path: "/projects/{project_id}/player_settings/access_tiers"
tags: ["Access tiers"]
---

# List access tiers

`GET /projects/{project_id}/player_settings/access_tiers`

Lists access tiers configured for a project.

## Response `200`

OK

- AccessTierModel[]
  - `id` integer
  - `slug` string — Unique identifier for the object
  - `name` string — Human readable name of the access tier
  - `segment_limit` integer, nullable — Maximum number of segments allowed for playback. Null means no limit.
  - `ads_enabled` boolean — Whether ads are enabled for this tier
  - `intro_url` string, nullable — URL of the intro audio file
  - `outro_url` string, nullable — URL of the outro audio file
  - `created` string — Time at which the object was created (ISO 8601)
  - `updated` string — Time at which the object was updated (ISO 8601)

---

[API](https://skmtc.dev/beyondwords/apis/beyondwords-rest-api.md) · [All operations](https://skmtc.dev/beyondwords/apis/beyondwords-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beyondwords/beyondwords-rest-api/revisions/8c4bfe3e2ebd/schema)
