---
title: "Get a status list credential. This is what a wallet or RP would call, as this value ends up in digital credentials"
method: GET
path: "/status-lists/{statusListId}"
tags: ["StatusHosting"]
---

# Get a status list credential. This is what a wallet or RP would call, as this value ends up in digital credentials

`GET /status-lists/{statusListId}`

Retrieve the status list credential for the given index. 
The response may be:
  - A signed JWT or SD-JWT string, for example, in the case of OAuth StatusLists.
  - A JSON-encoded Verifiable Credential, as per the W3C Verifiable Credential specification.

## Path parameters

- `statusListId` string, required

## Query parameters

- `correlationId` string

## Response `200`

Status list credential retrieved successfully. The returned response depends on the type of status list being queried.

- union
  - VerifiableCredential
    - `@context` string[]
    - `id` string
    - `type` string[]
    - `issuer` string
    - `issuanceDate` string, date-time
    - `credentialSubject` object — Subject of the credential.
  - string — A string representation of the credential (JWT or SD-JWT).

## Other responses

- `400` — Invalid input was provided.
- `500` — An internal server error occurred.

---

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