---
title: "Creates findings export"
method: POST
path: "/rest/api/v1/governance/data/findings/exports"
tags: ["Governance"]
---

# Creates findings export

`POST /rest/api/v1/governance/data/findings/exports`

Creates a new DLP findings export job.

## Response `200`

OK

- ExportInfo
  - `createdBy` DlpPerson — Details about the person who created this report/policy.
    - `name` string, required — The display name.
    - `obfuscatedId` string, required — An opaque identifier that can be used to request metadata for a Person.
    - `metadata` DlpPersonMetadata
      - `firstName` string — The first name of the person
      - `email` string — The user's primary email address
  - `startTime` string, iso-date-time — Timestamp at which this export started.
  - `endTime` string, iso-date-time — Timestamp at which this export completed.
  - `exportId` string — The ID of the export
  - `fileName` string — The name of the file to export the findings to
  - `exportType` 'FINDINGS' | 'DOCUMENTS' | 'ISSUES' — The type of export to perform
  - `filter` DlpFindingFilter
    - `infoType` string
    - `regexId` string
    - `reportId` string
    - `datasource` string
    - `visibility` string
    - `documentIds` string[]
    - `severity` 'UNSPECIFIED' | 'LOW' | 'MEDIUM' | 'HIGH' | 'FALSE_POSITIVE' — Severity levels for DLP findings and analyses. FALSE_POSITIVE ranks below LOW and marks analyses that concluded every flagged entity is a detector false positive.
    - `documentSeverity` DlpSeverity[]
    - `statuses` DlpIssueStatus[]
    - `timeRange` TimeRangeFilter
      - `timePeriodType` 'PAST_DAY' | 'PAST_WEEK' | 'PAST_MONTH' | 'PAST_YEAR' | 'CUSTOM' — The type of time period for which to filter findings.
      - `customTimeRange` TimeRange
        - `startTime` string, date-time — start time of the time range, applicable for the CUSTOM type.
        - `endTime` string, date-time — end time of the time range, applicable for the CUSTOM type.
        - `lastNDaysValue` integer — The number of days to look back from the current time, applicable for the LAST_N_DAYS type.
    - `archived` boolean
  - `issueFilter` DlpIssueFilter — Filter for DLP issues. Includes document-level filters and issue-specific filters.
    - `searchText` string — Text to search for in issue fields.
    - `statuses` DlpIssueStatus[] — Filter by one or more issue statuses.
    - `assigneeId` string — Filter by a single assignee user ID. Deprecated; use assigneeIds.
    - `assigneeIds` string[] — Filter by one or more assignee user IDs. Use the sentinel value "UNASSIGNED" to match issues with no assignee.
    - `infoType` string — Filter by a single built-in info type. Deprecated; use infoTypes.
    - `infoTypes` string[] — Filter by one or more built-in info types.
    - `regexId` string — Filter by a single regex rule ID. Deprecated; use regexIds.
    - `regexIds` string[] — Filter by one or more regex rule IDs.
    - `reportIds` string[] — Filter by one or more report/policy IDs.
    - `docId` string
    - `datasource` string — Filter by a single datasource. Deprecated; use datasources.
    - `datasources` string[] — Filter by one or more datasources.
    - `visibility` string
    - `severities` DlpSeverity[] — Filter by one or more severity levels.
    - `timeRange` TimeRangeFilter
      - `timePeriodType` 'PAST_DAY' | 'PAST_WEEK' | 'PAST_MONTH' | 'PAST_YEAR' | 'CUSTOM' — The type of time period for which to filter findings.
      - `customTimeRange` TimeRange
        - `startTime` string, date-time — start time of the time range, applicable for the CUSTOM type.
        - `endTime` string, date-time — end time of the time range, applicable for the CUSTOM type.
        - `lastNDaysValue` integer — The number of days to look back from the current time, applicable for the LAST_N_DAYS type.
  - `status` 'PENDING' | 'COMPLETED' | 'FAILED' — The status of the export
  - `exportSize` integer — The size of the exported file in bytes

## Other responses

- `403` — Permissions error
- `500` — Internal error

## Changes

- **2026-07-22** `12f321ae935e` — 1 info
  - the endpoint scheme security `APIToken` was added to the API
- **2026-07-22** `90948cb39546` — 1 info
  - the endpoint scheme security `APIToken` was removed from the API
- **2026-07-21** `972a5118199e` — 1 info
  - the endpoint scheme security `APIToken` was added to the API
- **2026-07-21** `2d62172604d1` — 1 info
  - the endpoint scheme security `APIToken` was removed from the API
- **2026-07-20** `dea698d545aa` — 16 info
  - added the new optional request property `issueFilter/assigneeIds`
  - added the new optional request property `issueFilter/datasources`
  - added the new optional request property `issueFilter/infoTypes`
  - added the new optional request property `issueFilter/regexIds`
  - …12 more

[Full history](https://skmtc.dev/gleanwork/apis/glean-api/changes/rest/api/v1/governance/data/findings/exports/post.md)

---

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