---
title: "List unread notifications"
method: GET
path: "/api/v1/notifications"
tags: ["notifications"]
---

# List unread notifications

`GET /api/v1/notifications`

## Query parameters

- `status` 'unread' — Notification status filter. V1 supports only unread.
- `limit` integer — Maximum notifications to return. Defaults to 50; capped at 100.

## Response `200`

OK

- ListNotificationsResponse
  - `notifications` NotificationResponse[], required
    - `body` string, required
    - `createdAt` string, date-time, required
    - `id` string, required
    - `prUrl` string, required
    - `projectId` string, required
    - `sessionId` string, required
    - `status` 'unread' | 'read', required
    - `target` NotificationTarget, required
      - `kind` 'session' | 'pr', required
      - `prUrl` string
      - `sessionId` string, required
    - `title` string, required
    - `type` 'needs_input' | 'ready_to_merge' | 'pr_merged' | 'pr_closed_unmerged', required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error
- `501` — Not Implemented

## Changes

- **2026-06-14** `af101d199f42` — 1 info
  - endpoint added
- **2026-06-10** `b64f5ab46d87` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/notifications/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/d97fb88e7ffe?raw)
