# BatchScreenshotJobResponseDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts#L673)

Initial response after creating a batch screenshot job

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `status` | `JobStatus` |
| `projectId` | `string` |
| `organizationId` | `string` |
| `name` | `string` |
| `totalUrls` | `number` |
| `capturedUrls` | `number` |
| `failedUrls` | `number` |
| `progress` | `number` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
| `completedAt` | `Date` |
| `error` | `string` |
