---
title: "Resolve the signed status-list token by correlation id"
method: GET
path: "/{correlationId}"
tags: ["Status List Hosting"]
---

# Resolve the signed status-list token by correlation id

`GET /{correlationId}`

Returns the raw signed status-list token for the list with business correlation id
`{correlationId}`. This is the stable, externally referenced address that issued credentials
embed, since the correlation id is operator-chosen and does not change across upgrades. The
body is the bare signed token with the token's own `Content-Type` and a
`Cache-Control: public, max-age=<ttl>`
header (falling back to `public, max-age=300`). Returns `404` when no list has this correlation
id.

## Path parameters

- `correlationId` string, required

## Response `200`

The signed status-list token, served verbatim with the token's own media type and a
cache directive derived from its TTL.

## Other responses

- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/sphereon-opensource/apis/credential-status-list-hosting-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/credential-status-list-hosting-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/credential-status-list-hosting-api/revisions/ffb51fa57b8e/schema)
