# Get path invites

| **Description** | Gets outstanding invites to a path |
| --------------- | ---------------------------------- |
| **Endpoint**    | `/path/{pathId}/invite`            |
| **Method**      | GET                                |

### Access Level Rules

| **Minimum Access Level** | edit+ |
| ------------------------ | ----- |

### Processing Units

| **Minimum processing units** | 2 |
| ---------------------------- | - |

### Parameters

<table><thead><tr><th width="214">Name</th><th width="322">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the path.</td><td>true</td><td></td></tr><tr><td><code>type</code></td><td>An array with possible elements 'direct' or 'inherit'. Determines whether the retrieved invites are invites to the path itself or invites to one of its parent folders.</td><td>false</td><td>Default ['direct', 'inherit'].</td></tr></tbody></table>

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ellipsis-drive.com/developers/api-v3/path/invites/get-path-invites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
