Webhook
List Webhook Events
List delivery events for a Webhook from the last 7 days
cURL
Copy
curl --request GET \
--url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/webhook_endpoints/{id}/events' \
--header 'Authorization: Bearer <YOUR_API_KEY>'Copy
{
"data": [
{
"type": "event",
"id": "whe_01JXX8JY9BBM4BK4C2P7K3M3ZR",
"created_at": "2026-08-06T10:30:21.123Z",
"data": {
"id": "sesn_xxx",
"type": "session.thread_idled",
"workspace_id": "ws_xxx",
"session_thread_id": "sthread_xxx"
},
"delivery": {
"webhook_id": "wep_01JXX7YQGPRPV1BZXA35QE7WDP",
"status": "SUCCEEDED",
"attempt_count": 1,
"delivery_at": "2026-08-06T10:30:21.450Z",
"finish_at": "2026-08-06T10:30:21.780Z",
"failure_reason": null
}
}
],
"next_page": null,
"request_id": "8e1d16e4"
}