---
title: "Export HSD Report"
method: GET
path: "/providers/export/hsd-report"
tags: ["providers"]
---

# Export HSD Report

`GET /providers/export/hsd-report`

Triggers an export workflow for the HSD (Health Service Delivery) report. The export will include provider details based on the provided filters. The result is typically a CSV or similar file, and the export is processed asynchronously.

## Query parameters

- `providerIds` string[]
- `includeInactiveProviders` boolean
- `limit` number
- `offset` number

## Headers

- `organization-id` string

## Response `200`

Workflow Executed. The export process has been triggered successfully.

- unknown

## Other responses

- `400` — Invalid input parameters.
- `401` — Authorization token is missing or invalid.
- `403` — User does not have permission to access this resource.
- `500` — GENERATE_PSV_URL not set or other server error.

---

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