# Errore risorsa non trovata

**HTTP status:** `404 Not Found`

**Content-Type:** `application/problem+json`

**type:** `https://truescreen.redocly.app/errors/not-found-error`

Questo errore viene restituito quando la risorsa richiesta non esiste o non è accessibile con le credenziali fornite.

## Codici errore associati

| Code | Detail | Esempio |
|  --- | --- | --- |
| `TS-010` | Certification not found. | Il `reportId` non corrisponde a nessuna certificazione nel workspace |


## Esempio di risposta

```json
{
  "type": "https://truescreen.redocly.app/errors/not-found-error",
  "title": "Not found error",
  "status": 404,
  "detail": "Certification not found.",
  "code": "TS-010"
}
```

## Come risolvere

1. Verifica che il **`reportId`** sia corretto (è il valore restituito nella risposta di creazione della certificazione).
2. Assicurati che l'API key appartenga al workspace in cui è stata creata la certificazione.