# ScreenshotFiltersDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/screenshot/dto/screenshot-filters.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/screenshot/dto/screenshot-filters.dto.ts#L8)

DTO for filtering screenshots

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `url` | `string` |
| `viewport` | `string` |
| `browser` | `string` |
| `isBaseline` | `boolean` |
| `flowStepId` | `string` |
| `limit` | `number` |
| `offset` | `number` |
