Skip to main content
GET
/
api
/
sdk
/
chat
/
runs
/
{run_id}
/
messages
Get chat messages for a 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>"
    }
  }
]

Path Parameters

run_id
string
required

Response

Successful Response

id
string
required
content
string
required
sender
string
required
timestamp
string<date-time>
required
step_id
string | null
decision_tree
Decision Tree · object
process_execution_analysis
StepAnalysisResult · object