pub async fn get_session_logs(
ctx: RequestCtx,
__arg1: Path<String>,
__arg2: Query<SessionLogsQuery>,
) -> Result<Sse<impl Stream<Item = Result<Event, Infallible>>>, (StatusCode, Json<ErrorResponse>)>Expand description
GET /api/v1/sessions/{name}/logs — stream CFS session pod logs via Server-Sent Events.