---
title: "List Action Notification Export Results"
method: GET
path: "/action_notification_export_results"
tags: ["action_notification_export_results", "Action Notification Export Results"]
---

# List Action Notification Export Results

`GET /action_notification_export_results`

List Action Notification Export Results

## Query parameters

- `user_id` integer
- `cursor` string
- `per_page` integer
- `action_notification_export_id` integer, required

## Response `200`

A list of ActionNotificationExportResults objects.

- ActionNotificationExportResultEntity[]
  - `id` integer — Notification ID
  - `created_at` integer — When the notification was sent.
  - `status` integer — HTTP status code returned in the webhook response.
  - `message` string — A message indicating the overall status of the webhook notification.
  - `success` boolean — `true` if the webhook succeeded by receiving a 200 or 204 response.
  - `request_headers` string — A JSON-encoded string with headers that were sent with the webhook.
  - `request_method` string — The HTTP verb used to perform the webhook.
  - `request_url` string — The webhook request URL.
  - `path` string — The path to the actual file that triggered this notification.
  - `folder` string — The folder associated with the triggering action for this notification.

## 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)
