> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get tiers

> Fetch tiers by ID or as a paginated collection, with their SLA configuration.

These operations require the following permissions:

* `tier:read`

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

## 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" />
