# SuggestionListParams

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/api-client/src/endpoints/suggestions.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/api-client/src/endpoints/suggestions.ts#L13)

Suggestion list query parameters

## Properties

| Property | Type |
|---|---|
| `documentId` | `string` |
| `status` | `SuggestionStatus` |
| `limit` | `number` |
| `offset` | `number` |
