Skip to main content

Websocket for application logs

GET 

/api/v1/applications/:appId/logs/ws

Upgrades HTTP connection to WebSocket and handles WebSocket communication

Request

Path Parameters

    appId stringrequired

    Application Id

Query Parameters

    follow boolean

    Follow logs

    tail integer

    Number of lines to show from the end of the logs

    previous boolean

    Show previous logs

Responses

Switching Protocols

Schema

    string

Loading...