Skip to main content
GET
Replay then follow run events over SSE

Authorizations

Authorization
string
header
required

A cdojo_... API key created in the app under Settings.

Headers

Last-Event-ID
integer

The last event sequence received. The stream resumes after it.

Required range: x >= 0

Path Parameters

id
string
required

Identifier from the path. Owner scoped: another owner's id answers 404.

Query Parameters

after
integer

Return events with a sequence greater than this non-negative cursor.

Required range: x >= 0

Response

Success

text/event-stream; each frame carries id: and a JSON event body. Resume with Last-Event-ID.