# GetPathRequest ## Example Usage ```typescript import { GetPathRequest } from "prowlarr/models/operations"; let value: GetPathRequest = { path: "/usr/share", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `path` | *string* | :heavy_check_mark: | N/A |