---
title: "Get a list of specific scan data export execution jobs for a specified user"
method: GET
path: "/export/cve/executions"
tags: ["scan data export"]
---

# Get a list of specific scan data export execution jobs for a specified user

`GET /export/cve/executions`

Get a list of specific scan data export execution jobs for a specified user

## Headers

- `X-Request-Id` string

## Response `200`

Success

- ScanDataExportExecutionList — The list of scan data export executions
  - `items` ScanDataExportExecution[] — The list of scan data export executions
    - `id` integer — The ID of the execution
    - `user_id` integer — The ID if the user triggering the export job
    - `status` string — The status of the execution
    - `trigger` string — The trigger mode
    - `start_time` string, date-time — The start time
    - `end_time` string, date-time — The end time
    - `status_text` string — The status text
    - `user_name` string — The name of the user triggering the job
    - `file_present` boolean — Indicates whether the export artifact is present in registry

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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