Codevisor Server
Api reference

Stream global events with SSE

GET/v1/events

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

since?integer
Range0 <= value

Response Body

text/event-stream

application/json

application/json

application/json

curl -X GET "https://example.com/v1/events"
{  "id": 0,  "globalEventId": 0,  "subjectRevision": 0,  "serverId": "string",  "kind": "project.created",  "subjectId": "string",  "createdAt": "string",  "payload": null}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}