# Retrieving Information on the Status History of a Token
source: https://developer.mastercard.com/mdes-customer-service/documentation/use-cases/tokenstatushistory-use-case/index.md

A fraud has been detected on the digital card. The respective issuer has been made aware of the critical situation by Mastercard. The issuer wants to retrieve the list of actions performed on a particular token before taking any corrective actions.

By leveraging the Token Status History API, issuers can access the history of actions performed on a specific token.
Diagram status-history

#### Steps: {#steps}

1. Mastercard provides the last four digits of the card to the issuer.
2. The issuer requests the CSR to retrieve the tokens associated with the card using the `/{id}/search` endpoint.
3. The `/search` response returns the TUR of the tokens associated with the card.
4. The CSR The CSR uses the `/{id}/token/statushistory` endpoint to retrieve the token status history for a token.
5. The `/{id}/token/statushistory` response provides the history of actions performed on that token.

### Endpoint {#endpoint}


API Reference: `GET /{id}/search`


API Reference: `GET /{id}/token/statushistory`

<br />

Refer to the [integration tutorial](https://developer.mastercard.com/mdes-customer-service/documentation/tutorials/tutorial-9/index.md) for details on how to use these endpoints for getting information on the status history of a token.
