v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0483151153.1 KB

Stream events

Streams durable events as Server-Sent Events. Clients may resume with Last-Event-ID or after_id, but not both.

get/api/v1/events/stream

Query parameters

after_idinteger

Exclusive event cursor. Mutually exclusive with Last-Event-ID.

project_idinteger

Optional project ID filter. Omit to stream all visible project events.

Headers

Last-Event-IDinteger

Exclusive resume cursor from the last received SSE id. Mutually exclusive with after_id.

Response

Server-Sent Events stream.