# 이벤트 데이터 추출하기

## 개요

특정 날짜에 발생한 모든 이벤트 데이터를 얻는 방법에 대해 소개합니다.

## 절차

![이벤트 데이터 추출하기 버튼을 확인하세요](/files/fBznjTEDMQVd5Pw8ZGvX)

1. 이벤트 목록 우측상단 영역에 위치한 **`𝌀`버튼을 클릭한 뒤에`이벤트 데이터 추출하기`** 버튼을 클릭합니다.
2. 날짜를 선택할 수 있는 다이얼로그가 나타납니다. 원하는 날짜를 선택합니다.
3. 다이얼로그의 **`추출하기`** 버튼을 클릭합니다.
4. 이벤트 데이터를 받을 수 있는 링크가 담긴 이메일이 전송됩니다.

## 유의사항

* 선택한 날짜의 **모든 이벤트**의 데이터가 추출됩니다.
* 개발 환경 및 운영 환경 모두 추출됩니다.
* 추출 중에는 다시 이벤트 데이터 추출하기 버튼을 클릭해 추출을 시도하여도 추출이 실행되지 않습니다. 앞서 추출을 시도한 데이터를 먼저 확인하세요.


---

# Agent Instructions: 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://docs.hackle.io/event-management/event-data-extract.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.
