---
title: "Create Action Notification Export"
method: POST
path: "/action_notification_exports"
tags: ["action_notification_exports", "Action Notification Exports"]
---

# Create Action Notification Export

`POST /action_notification_exports`

Create Action Notification Export

## Response `201`

The ActionNotificationExports object.

- ActionNotificationExportEntity — ActionNotificationExportEntity model
  - `id` integer — History Export ID
  - `export_version` string — Version of the underlying records for the export.
  - `start_at` string, date-time — Start date/time of export range.
  - `end_at` string, date-time — End date/time of export range.
  - `status` string — Status of export. Valid values: `building`, `ready`, or `failed`
  - `query_path` string — Return notifications that were triggered by actions on this specific path.
  - `query_folder` string — Return notifications that were triggered by actions in this folder.
  - `query_message` string — Error message associated with the request, if any.
  - `query_request_method` string — The HTTP request method used by the webhook.
  - `query_request_url` string — The target webhook URL.
  - `query_status` string — The HTTP status returned from the server in response to the webhook request.
  - `query_success` boolean — true if the webhook request succeeded (i.e. returned a 200 or 204 response status). false otherwise.
  - `results_url` string — If `status` is `ready`, this will be a URL where all the results can be downloaded at once as a CSV.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/revisions/c6d6f57e6da8/schema)
