---
title: "Export report"
method: POST
path: "/v1/report/export"
tags: ["export"]
---

# Export report

`POST /v1/report/export`

## Query parameters

- `report_type` 'executive_summary' | 'security_posture'
- `time` 'all_time' | 'last_month' | 'last_3_months' | 'last_6_months' | 'last_12_months'
- `start_date` string, date — Filter by start date
- `end_date` string, date — Filter by end date

## Headers

- `X-Team-Id` string

## Response `200`

OK

- object
  - `export_id` string
  - `export_url` string
  - `message` string

## Other responses

- `400` — Example response
- `401` — Example response
- `403` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/report/export/post.md)

---

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