Session & Event
列出 Event
列出会话的所有事件
cURL
Copy
curl --request GET \
--url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/sessions/{session_id}/events' \
--header 'Authorization: Bearer <YOUR_API_KEY>'Copy
{
"data": [
{
"id": "evt_01JXH5K2",
"type": "message",
"role": "assistant",
"content": [
{
"type": "text",
"text": "分析完成"
}
],
"created_at": "2026-07-20T10:02:00Z"
}
],
"has_more": false,
"request_id": "req_xxx"
}