GET
/state/{thread_id}Get State
Path parameters
thread_idstringrequiredResponses
200 Successful Response422 Validation Error
anycURL
curl -X GET https://sit.in-bridge.com/state/{thread_id}JavaScript
const res = await fetch("https://sit.in-bridge.com/state/{thread_id}", {
method: "GET"
});
const data = await res.json();