# 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. Endpoint: GET /providers/export/hsd-report Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Query parameters: - `providerIds` (array) Provider ids to be filtered in comma separated strings within the array. - `includeInactiveProviders` (boolean) Whether to include Inactive Providers - `limit` (number) The maximum number of records to retrieve in a single request. - `offset` (number) The starting index for pagination, specifying how many records to skip. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields