---
title: "Trigger async PDF report generation"
method: POST
path: "/dashboard/pdf/export-async"
tags: ["Dashboard"]
---

# Trigger async PDF report generation

`POST /dashboard/pdf/export-async`

Triggers asynchronous generation of a PDF report containing insights data and ratings for the filtered locations within the resolved date range. Returns the created job with a SCHEDULED status; the completed report is delivered once generation finishes.

## Query parameters

- `filterCategory` 'location' | 'business' | 'labels' | 'location-groups'
- `locationIds` unknown
- `businessIds` unknown
- `labels` unknown
- `locationGroupIds` unknown
- `excludedLocationIds` unknown
- `excludedBusinessIds` unknown
- `excludedLabels` unknown
- `excludedLocationGroupIds` unknown

## Headers

- `X-Uberall-User-Id` unknown, required
- `X-Uberall-Access-Token` unknown, required

## Response `200`

Created PDF generation job

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/versions/a506e82d7cbe/schema)
