HTTP status: 404 Not Found
Content-Type: application/problem+json
type: https://truescreen.redocly.app/errors/not-found-error
This error is returned when the requested resource does not exist or is not accessible with the provided credentials.
| Code | Detail | Example |
|---|---|---|
TS-010 | Certification not found. | The reportId does not match any certification in the workspace |
{
"type": "https://truescreen.redocly.app/errors/not-found-error",
"title": "Not found error",
"status": 404,
"detail": "Certification not found.",
"code": "TS-010"
}- Verify that
reportIdis correct (it is the value returned in the certification creation response). - Ensure the API key belongs to the workspace where the certification was created.