> For the complete documentation index, see [llms.txt](https://knowledgebase.fabricdata.com/studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.fabricdata.com/studio/integrations-and-apis/api-overview/errors.md).

# Errors

Error response example:

```
{
    "jsonapi": {
        "version": "1.1"
    },
    "errors": [
        {
            "status": "401",
            "title": "Unauthorized",
            "detail": "You are not authorized to perform this action."
        }
    ]
}
```
