Terminal

Session terminal WebSocket

Session terminal WebSocket. Upgrades the HTTP request to a WebSocket connection for real-time communication.

get/api/projects/{projectId}/sessions/{sessionId}/terminal/ws

Path parameters

projectIdstring required

Project identifier used to scope the request.

sessionIdstring required

Session identifier within the project.

Query parameters

rowsinteger

Initial terminal row count.

colsinteger

Initial terminal column count.

Changes