---
title: "List token filter facets"
method: GET
path: "/v1/issuance/tokens/facets"
tags: ["Issuance"]
---

# List token filter facets

`GET /v1/issuance/tokens/facets`

Returns the filter choices available for the project's token list — template ids in use, counts per lifecycle state, and the unfiltered total. Deliberately unaffected by list filters, so a client can offer the full set of options while showing a filtered page.

## Headers

- `x-project-id` string — Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

## Response `200`

Token filter facets

- object — Standard success response envelope.
  - `data` object, required
    - `templates` object[], required — Template ids present in the project with their token counts. Includes legacy ids still stored on older tokens.
      - `template` string, required
      - `count` integer, required
    - `deploymentStatuses` object, required — Token counts per derived lifecycle state (draft until deployed, paused when the mint is paused, active otherwise).
      - `draft` integer, required
      - `active` integer, required
      - `paused` integer, required
    - `total` integer, required — Total tokens in the project, unfiltered — distinguishes an empty project from an over-filtered list.
  - `meta` object, required — Response metadata.
    - `requestId` string, required — Request identifier for tracing.
    - `timestamp` string, date-time, required — ISO 8601 timestamp.

## Other responses

- `401` — Error
- `403` — Error
- `500` — Error

## Changes

- **2026-08-15** `3e302bba5386` — 3 warning
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `401`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `403`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `500`

[Change history](https://skmtc.dev/solana/apis/solana-developer-platform-api/changes/v1/issuance/tokens/facets/get.md)

---

[API](https://skmtc.dev/solana/apis/solana-developer-platform-api.md) · [All operations](https://skmtc.dev/solana/apis/solana-developer-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solana/solana-developer-platform-api/revisions/4b7c413df72b/schema)
