---
title: "Stream CDC events with durable replay"
method: GET
path: "/api/v1/events"
tags: ["events"]
---

# Stream CDC events with durable replay

`GET /api/v1/events`

## Query parameters

- `after` integer, nullable — Replay events with seq greater than this cursor. When omitted, clients may send Last-Event-ID instead.

## Response `200`

OK

## Other responses

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

## Changes

- **2026-09-03** `d31a2d019c47` — 3 info
  - added the optional property `reporting_owner` to the response with the `400` status
  - added the optional property `reporting_owner` to the response with the `500` status
  - added the optional property `reporting_owner` to the response with the `501` status

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/events/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/659cd1122b1c?raw)
