# 🧑‍💼결재 내역 조회 및 내보내기

`아기고래 앱 홈` > `결재 관리(관리자 메뉴)` > `결재 내역 조회` > `결재 내역 조회하기`에서 사내 결재 문서들을 조회할 수 있어요.

관리자는 사내 결재문서들을 조회할 수 있어요. 결재 내역을 조회한 뒤 이를 CSV 파일로 추출할 수 있어요. 필요한 경우, 관리자가 특정 결재건의 원결재자를 대신하여 결재할 수도 있어요.

<figure><img src="/files/XIMbeiiepwJMR2dqp2ta" alt="결재 관리 - 결재 내역 조회 버튼" width="563"><figcaption></figcaption></figure>

### 1. 결재 내역 조회하기

결재 관리 화면에서 `결재 내역 조회하기` 버튼을 클릭하면 모달이 나타나요. 결재 신청자, 양식, 상태 등 필요한 조건에 맞추어 필터를 설정한 뒤 `조회` 버튼을 클릭하세요.

<figure><img src="/files/wZ3HiDm1jOl2TPYoX3Yk" alt="결재 내역 조회 필터" width="375"><figcaption></figcaption></figure>

조건에 맞는 결재 문서들을 확인할 수 있어요. 필요한 경우 우상단 `필터 변경` 버튼을 클릭해서 원하는 조건을 변경한 뒤 재검색할 수 있어요.

<figure><img src="/files/f84zXBSgG54907QRIroa" alt="결재 내역 조회 결과" width="563"><figcaption></figcaption></figure>

`상세보기`를 클릭한 경우 결재문서의 세부 내역을 확인할 수 있어요. 결재 요청 내용, 그리고 결재선에 따른 진행 상황을 확인할 수 있어요.

<figure><img src="/files/wsm3VqpBSgtuDEt7fTor" alt="결재 상세보기" width="375"><figcaption></figcaption></figure>

### 2. 결재 내역 내보내기

사내 결재 내역들을 CSV로 다운받을 수 있어요. 먼저 다운로드할 문서들을 조건에 맞춰 검색해주세요.

<figure><img src="/files/hHn7U1FlLiehxkPTR5Mo" alt="결재 내역 목록 - 다운로드 버튼" width="563"><figcaption></figcaption></figure>

우상단의 `다운로드` 버튼을 클릭하면 결재 내역이 DM으로 발송돼요 (csv 파일 형태).


---

# 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.babywhale.io/features/approval/manage/export.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.
