---
url: /api/specs/ajv/types/utils/function-get-path.md
description: api documentation of getPath from @tsed/ajv
---

## Usage

```typescript
import { getPath } from "@tsed/ajv";
```

> See [/packages/specs/ajv/src/utils/getPath.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/specs/ajv/src/utils/getPath.ts#L0-L0).

## Overview

```ts
function getPath(error: any): string;
```
