Get Bot Response
This endpoint can be used to retreive the bot response (as posted in the bot logic, using either scripting or Set HTTP Response actions).
[GET] https://localhost:65001/Status/[guid]Request parameters
[GET] https://localhost:65001/Status/78bd048b-6847-4056-8a74-3f71b5fc1271Request headers
Request body
Returns
{
"guid": "2777f2d5-dbf1-41a0-ad1a-b2c9b9388baf",
"status": "Running",
"path": "C:\\Tailent\\Test\\Test.tap",
"start": "2024-10-09T05:33:16.4779509-07:00",
"output": "\"\"Some String Response\"\""
}Example curl request
Last updated