# 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](https://docs.ellipsis-drive.com/developers/api-v3/path/search-path), [list folder endpoint](https://docs.ellipsis-drive.com/developers/api-v3/path-folder/list-folder) and [list root endpoint](https://docs.ellipsis-drive.com/developers/api-v3/account/list-root-folders).

| **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>
