> ## Documentation Index
> Fetch the complete documentation index at: https://help.skillsdb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# not-found

> 404 — no such resource in your company

<Info>
  **Quick Summary:** The id does not exist **in your company**. The API never distinguishes "does not exist" from "exists in another company" — both are 404.
</Info>

## What happened

The resource id in the URL (or referenced in the body) resolved to nothing your key is entitled to see.

## Likely causes

* The resource was deleted.
* The id was copied from another environment or another company.
* A sub-resource id (a level, section, or skill id) belongs to a **different career** than the one in the URL.

## What to do

Re-list the parent collection to obtain current ids. Treat ids as opaque strings and never construct them.
