/logs/logs-socket/:appId

GET {{baseUrl}}/logs/logs-socket/:appId?since=<string>&filter=<string>&deployment_id=<string>

Retrieve logs as they come through a websocket connection. To have authorization, you have to send a { "message_type": "oauth", "authorization": "oauth authorization string" } message

Request Params

KeyDatatypeRequiredDescription
sincestringOnly fetch logs newer than this (ISO-8601 formatted) date
filterstringA pattern to filter with
deployment_idstringOnly fetch logs emitted by this deployment