---
title: "Get list of PDF Exports"
method: GET
path: "/analyses/{username}/{project_slug}/{analysis_slug}/pdf"
tags: ["Analysis"]
---

# Get list of PDF Exports

`GET /analyses/{username}/{project_slug}/{analysis_slug}/pdf`

Get list of PDF Exports

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful operation

- PdfExportStatus
  - `job_id` string
  - `job_url` string
  - `job_status` string
  - `results` string
  - `filters` object
  - `area` string
  - `sections` string
  - `date_created` string, date-time

## Other responses

- `default` — error payload

## Changes

- **2016-01-11** `62465db12f9c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/botify-labs/apis/botify-api/changes/analyses/:username/:project_slug/:analysis_slug/pdf/get.md)

---

[API](https://skmtc.dev/botify-labs/apis/botify-api.md) · [All operations](https://skmtc.dev/botify-labs/apis/botify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botify-labs/botify-api/revisions/8d69afa64f1a/schema)
