---
title: "Fetch a Token Status List (whole list)"
method: GET
path: "/v1/status-lists/{slug}/{uuid}"
tags: ["Status Lists"]
---

# Fetch a Token Status List (whole list)

`GET /v1/status-lists/{slug}/{uuid}`

Public, unauthenticated fetch of an entire IETF Token Status List compressed bitstring used for SD-JWT VC (Selective-Disclosure JWT Verifiable Credential) revocation and suspension. Verifiers fetch the whole list and read the bit at a credential's status index. Serving the full list instead of a single entry helps defend against correlation.

## Path parameters

- `slug` string, required
- `uuid` string, uuid, required

## Response `200`

The full status list as a base64url-encoded bitstring plus its URI and size.

- object
  - `uri` string, uri — Canonical absolute URI of this status list. Credentials reference this value from their status claim.
  - `size` integer — Number of bits in the status list.
  - `bits_b64` string, byte — Status-list bitstring encoded as a base64url string. Decode it and read the bit at a credential's status index.

---

[API](https://skmtc.net/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.net/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/revisions/e4eddba66557/schema)
