> ## Documentation Index
> Fetch the complete documentation index at: https://docs.staging.relayapp.im/llms.txt
> Use this file to discover all available pages before exploring further.

# Error 2001: Resource not found

> Resolve Relay error 2001.

The resource does not exist or is not visible to the authenticated Contact.

## Response

```json theme={null}
{
  "error": {
    "status": 404,
    "code": 2001,
    "message": "The resource does not exist or is not visible to the authenticated Contact.",
    "doc_url": "https://docs.relayapp.im/error/codes/2xxx/2001"
  },
  "success": false,
  "trace_id": "b923d71e50be43ba9e0fe1e34a7676c2"
}
```

## Fix

1. Confirm the resource ID and credential.
2. Reconcile the current Chat or Message list before retrying.

## Retry

Do not retry the same request unchanged.

## Related

* [Error overview](/error)
* [Debugging](/guides/platform/debugging)
