> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-wen-dang/readme/webhook-gai-lan/shi-jian-cha-xun.md).

# 事件查询

{% hint style="info" %}
遇到 API 接入问题时，可登录 [Eva](https://www.atriptech.com/) 寻求帮助。
{% endhint %}

当你需要确认 webhook 投递或事件状态时，使用这个页面查询事件记录。

### 主要接口

* `event/getPageList.do`

### 适用场景

* 对账漏收的 webhook 事件
* 按订单、乘客或航司筛选事件
* 查看事件确认状态
* 排查航变或取消历史

### 常见查询方式

#### 查询单个订单的事件

常用字段：

* `orderNo`
* `pageSize`

#### 查询某个航司的航变事件

常用字段：

* `eventType`
* `airline`
* `eventTimeStart`
* `eventTimeEnd`
* `pageSize`

#### 查询未处理或未确认的事件

常用字段：

* `eventStatus`
* `pageSize`

### 常用筛选字段

* `eventId`
* `orderNo`
* `eventType`
* `pnr`
* `paxName`
* `paxEmail`
* `airline`
* `eventStatus`
* `eventTimeStart`
* `eventTimeEnd`
* `pageIndex`
* `pageSize`

### 必填字段

* `pageSize`

### 响应重点字段

* `records`
* `pageIndex`
* `pageSize`
* `total`
* 事件状态和确认相关字段

### 使用建议

* 始终传 `pageSize`
* 排查单笔订单时，先从 `orderNo` 开始
* 查询大范围事件时，加上时间区间
* 结合 webhook 日志和订单查询结果一起看

### 完整 API 参考

接口级详情见：

* [Webhook 注册与事件](/api-wen-dang/api-can-kao/webhook-yu-shi-jian-api/webhook-zhu-ce-yu-shi-jian.md)

### 相关页面

* [事件通知](/api-wen-dang/readme/webhook-gai-lan/incident-notification.md)
* [航变通知](/api-wen-dang/readme/webhook-gai-lan/schedule-change-notification.md)
* [查询订单](/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/cha-xun-ding-dan.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://resources.atriptech.com/api-wen-dang/readme/webhook-gai-lan/shi-jian-cha-xun.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
