---
title: "Browse the delivery-decision audit log (why a notification was/wasn't sent)"
method: GET
path: "/v1/notifications/delivery-log"
tags: ["notifications"]
---

# Browse the delivery-decision audit log (why a notification was/wasn't sent)

`GET /v1/notifications/delivery-log`

## Query parameters

- `event_type` string, nullable
- `outcome` string, nullable
- `before` string, nullable
- `limit` integer

## Response `200`

Successful Response

- DeliveryLogResponse — A keyset-paginated page of delivery-decision rows. ``next_cursor`` is the opaque cursor to pass as ``before`` for the next page (``None`` on the last page).
  - `items` DeliveryLogItem[], required
    - `id` string, uuid, required
    - `event_type` string, required
    - `outcome` string, required
    - `severity` string, nullable, required
    - `dedupe_key` string, nullable, required
    - `digest_key` string, nullable, required
    - `detail` object, required
    - `created_at` string, date-time, required
  - `next_cursor` string, nullable

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
