---
title: "EventSearchRequestById"
slug: "common-vapidatatype-cieventsearchrequestbyid"
tags: ["Event"]
updated: 2026-07-23T09:04:07Z
published: 2026-07-23T09:04:07Z
canonical: "api.ncloud-docs.com/common-vapidatatype-cieventsearchrequestbyid"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EventSearchRequestById

Classic/VPC 환경에서 이용 가능합니다.

아이디로 Event 검색 시 필요한 요청 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private long ruleId;
private String eventId;
private String query;
private long startTime;
private long endTime;
private int pageSize;
private int pageNum;
private boolean onlyFetchUnCloseEvent;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `ruleId` | long | Required | 조회하려는 Event Rule ID |
| `eventId` | String | Required | 조회하려는 Event ID |
| `query` | String | Optional | Rule 이름, Metric 이름, Resource 이름으로 검색 가능 |
| `startTime` | long | Required | 조회 시작 시간(밀리초) |
| `endTime` | long | Required | 조회 종료 시간(밀리초) |
| `pageSize` | Integer | Optional | 페이지 크기 - 20 (기본값) |
| `pageNum` | Integer | Optional | 페이지 번호 - 1 (기본값) |
| `onlyFetchUnCloseEvent` | Boolean | Optional | - `true` \| `false` (기본값) |
