---
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

---

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