---
title: "Requests the generation of application export files (tabular, pdf, zip)."
method: POST
path: "/api/v2/application/request-export"
tags: ["Application"]
---

# Requests the generation of application export files (tabular, pdf, zip).

`POST /api/v2/application/request-export`

Exports are generated asynchronously within SlideRoom.  To retrieve the export file generated by this request, use the api/v#/export/{token} endpoint to check the progress/result of the generation process.
PDF and ZIP exports are available in the Advanced Plan.

## Query parameters

- `format` 'csv' | 'tsv' | 'txt' | 'tab' | 'xlsx' | 'pdf' | 'zip' | 'json'
- `roundType` 'Assigned' | 'Current' | 'Named' | 'All'
- `roundName` string
- `tab.export` string
- `pdf.includeForms` boolean
- `pdf.includeReferences` boolean
- `pdf.includeMedia` boolean
- `pdf.includeApplicantAttachments` boolean
- `pdf.includeOrganizationAttachments` boolean
- `pdf.includeRatings` boolean
- `pdf.includeFullPageMedia` boolean
- `pdf.includeHighlights` boolean
- `pdf.includeComments` boolean
- `pdf.includeCommonApp` boolean
- `zip.originalMedia` boolean
- `zip.includeForms` boolean
- `zip.includeReferences` boolean
- `zip.includeMedia` boolean
- `zip.includeApplicantAttachments` boolean
- `zip.includeOrganizationAttachments` boolean
- `zip.includeRatings` boolean
- `zip.includeComments` boolean
- `zip.includeCommonApp` boolean
- `delivery.account` string
- `delivery.folder` string
- `since` integer
- `pool` 'All' | 'Current' | 'Archived' | 'CommonAppSDS'
- `status` 'All' | 'InProgress' | 'Submitted'
- `searchName` string
- `email` string

## Response `200`

OK

- RequestApplicationExportResultV2
  - `message` string
  - `submissions` integer
  - `token` integer

---

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