---
title: "POST /v1/alert/history-alerts/export-tasks"
method: POST
path: "/v1/alert/history-alerts/export-tasks"
tags: ["Alert"]
---

# POST /v1/alert/history-alerts/export-tasks

`POST /v1/alert/history-alerts/export-tasks`

## Request body

- MarksmanApiV1CreateHistoryAlertExportTaskRequest
  - `filter` MarksmanApiV1HistoryAlertExportFilter — HistoryAlertExportFilter mirrors ListHistoryAlertRequest filters without pagination.
    - `startAtUnix` string
    - `endAtUnix` string
    - `status` integer
    - `strategyGroupUids` string[]
    - `levelUids` string[]
    - `strategyUids` string[]
    - `datasourceUids` string[]
    - `keyword` string

## Response `200`

OK

- MarksmanApiV1CreateHistoryAlertExportTaskReply
  - `uid` string

---

[API](https://skmtc.net/aide-family/apis/untitled-api-3.md) · [All operations](https://skmtc.net/aide-family/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aide-family/untitled-api-3/revisions/26ae221fccba/schema)
