Lịch sử gửi Webhook

Các filter đều tuỳ chọn: `webhookId`, `events[]` (`"{TYPE}:{ACTION}"` hoặc chỉ `"{TYPE}"`, khớp kiểu OR), `success`, `from`/`to` (epoch millis), `page` (bắt đầu từ 1), `size` (tối đa 100). Body rỗng trả về các lượt gửi mới nhất. Các dòng có `type: "SYSTEM"` cùng action `UNBLOCKED_*`/`BLOCKED_*` là bản ghi audit của control-plane, không phải lượt gửi thật. **Scope yêu cầu:** `webhook:read`.

Headers

X-Api-KeystringRequired

Request

This endpoint expects an object.
webhookIdstring or nullOptional
eventslist of strings or nullOptional

Khớp kiểu OR — "{TYPE}:{ACTION}" hoặc chỉ "{TYPE}".

successboolean or nullOptional
fromlong or nullOptional

Epoch millis, giới hạn dưới.

tolong or nullOptional

Epoch millis, giới hạn trên.

pageintegerOptional>=1Defaults to 1
sizeintegerOptional1-100Defaults to 20

Response

Trang bản ghi lịch sử gửi (request/response body đã che dữ liệu cá nhân).

datalist of objects
pageinteger
sizeinteger

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
502
Bad Gateway Error