v1

latestOpenAPI 3.1.02026-07-263971,2281.1 MB
ChatService

CheckStreamlitHealth

post/textql.rpc.public.chat.ChatService/CheckStreamlitHealth

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

chatIdstring
cellIdstring

Response

Success

status'STREAMLIT_HEALTH_STATUS_NOT_RUNNING' | 'STREAMLIT_HEALTH_STATUS_HEALTHY' | 'STREAMLIT_HEALTH_STATUS_STARTING' | 'STREAMLIT_HEALTH_STATUS_FAILED' | 'STREAMLIT_HEALTH_STATUS_UPDATING'
embedUrlstring nullable

Dynamic URL from state manager

streamlitUrlstring nullable

Raw workerId:port format

Example response

{
  "cell": {
    "timestamp": "2023-01-15T01:30:15.01Z"
  }
}