curl --request GET \
--url https://api.example.com/api/sdk/chat/runs/{run_id}/messages[
{
"id": "<string>",
"content": "<string>",
"sender": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"step_id": "<string>",
"decision_tree": {},
"process_execution_analysis": {
"success": true,
"cluster_level_1": "<string>",
"cluster_level_2": "<string>",
"cluster_level_3": "<string>"
}
}
]Get all chat messages for a specific run.
curl --request GET \
--url https://api.example.com/api/sdk/chat/runs/{run_id}/messages[
{
"id": "<string>",
"content": "<string>",
"sender": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"step_id": "<string>",
"decision_tree": {},
"process_execution_analysis": {
"success": true,
"cluster_level_1": "<string>",
"cluster_level_2": "<string>",
"cluster_level_3": "<string>"
}
}
]