> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/list/adding-managing-subscriber/export-list.md).

# 구독자 목록 내보내기

## 이 글에서는

구독자 목록을 파일로 내보내는 방법에 대해서 알아봅니다.

***

주소록에서 구독자 목록을 파일로 내보낼 수 있습니다.&#x20;

1. 구독자 목록을 내려받고 싶은 \[주소록]으로 이동합니다.
2. \[구독자 목록 → 내보내기 → 구독자 목록 내보내기]를 누릅니다.
3. 로그인한 이메일 주소로 파일을 내려받을 수 있는 링크가 발송됩니다.

   *\* 구독자 목록 파일은 생성일로부터 최대 24시간동안 내려받을 수 있습니다.*

{% hint style="info" %}
\[필터] 기능을 사용해 원하는 조건에 해당하는 구독자만 목록으로 내보낼 수 있습니다. 예를 들어, '수신거부' 상태의 구독자만 내보내거나, 특정 '그룹'에 포함된 구독자만 내보내는 것도 가능합니다.
{% endhint %}

<figure><img src="/files/qYgw3zh1KSYPbRrbZnPW" alt=""><figcaption></figcaption></figure>

구독자 목록 파일에는 아래 정보가 포함되어 있습니다.

* 이메일 주소: 구독자 이메일 주소입니다.
* 추가 경로: 관리자가 직접 추가했는지 아니면 구독 신청을 통해 추가됐는지 확인할 수 있습니다.
* 그룹: 구독자가 어떤 그룹에 속해있는지 확인할 수 있습니다.
* 광고성 정보 수신 동의: 광고성 정보 수신 동의 여부를 확인할 수 있습니다.
* 구독일: 처음 주소록에 추가된 날짜입니다.
* 마지막 업데이트일: 구독자 정보가 마지막으로 업데이트된 날입니다.
* 구독 해지 사유: 수신거부 사유를 입력받은 경우 구독자가 입력한 사유가 표시됩니다.
* 사용자 정의 필드 정보: 관리자가 추가한 사용자 정의 필드와 필드에 등록된 정보를 확인할 수 있습니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.stibee.com/list/adding-managing-subscriber/export-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
