Session & Event
查询会话资源
查询单个已挂载资源的详情
cURL
复制
curl --request GET \
--url 'https://dashscope.aliyuncs.com/api/v1/agentstudio/sessions/{session_id}/resources/{resource_id}' \
--header 'Authorization: Bearer <YOUR_API_KEY>'复制
{
"id": "sesrsc_xxx",
"type": "file",
"file_id": "file_xxx",
"mount_path": "/mnt/session/uploads/data.csv",
"created_at": "2026-05-28T08:23:11Z",
"updated_at": "2026-05-28T08:23:11Z",
"request_id": "xxx"
}