> ## Documentation Index
> Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get tiers

<Snippet file="graphql/sdk-note.mdx" />

For all of these queries you need the following permission:

* `tier:read`

## Get tiers

This endpoint supports [Pagination](/graphql/pagination).

<Snippet file="graphql/get-tiers.mdx" />

### Get tier by ID

If you know the tiers's ID in Plain you can use this method to fetch the tier.

<Snippet file="graphql/get-tier-by-id.mdx" />
