> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/path/get-path.md).

# Get path

Endpoint to get the metadata of a path. Note that the metadata object in this endpoint follows the same schema as that of the [search path endpoint](/developers/api-v3/path/search-path.md), [list folder endpoint](/developers/api-v3/path-folder/list-folder.md) and [list root endpoint](/developers/api-v3/account/list-root-folders.md).

| **Description** | Retrieves a path metadata object |
| --------------- | -------------------------------- |
| **Endpoint**    | `/path/{pathId}`                 |
| **Method**      | GET                              |

### Access Level Rules

| **Access Level** | view |
| ---------------- | ---- |

### Processing Units

| **Processing units** | 0 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="302">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the path to retrieve the metadata of.</td><td>true</td><td></td></tr></tbody></table>
