# FetchScreenshotsFn

**Kind:** Type

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/tools/query-product-knowledge.tool.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/tools/query-product-knowledge.tool.ts#L65)

Fetch product screenshots, optionally filtered.

## Definition

```ts
(
  projectId: string,
  options?: {
    featureArea?: string;
    pageType?: string;
    viewport?: string;
    limit?: number;
  },
) => Promise<ProductScreenshot[]>
```
