# ScreenshotJobFiltersDto

**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#L84)

DTO for filtering screenshot jobs

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `status` | `string` |
| `limit` | `number` |
| `offset` | `number` |
