/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
Key | Datatype | Required | Description |
---|---|---|---|
since | string | Only fetch logs newer than this (ISO-8601 formatted) date | |
filter | string | A pattern to filter with | |
deployment_id | string | Only fetch logs emitted by this deployment |