> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/tool/knowledge/concepts/work_history.md).

# 작업 이력

## 1. 작업 이력이란?

작업 이력에서는 조회일을 기준으로 730일 간의 작업을 확인할 수 있으며, 작업 이력을 보기 위해서는 지식(읽기) 권한이 필요합니다.

![작업 이력 페이지](/files/-MkC3P8-Y1K1kocOKCYZ)

작업 이력에서 조회할 수 있는 작업 종류는 아래와 같습니다.&#x20;

|                           **작업 종류**                           |             **설명**             |                          **비고**                          |
| :-----------------------------------------------------------: | :----------------------------: | :------------------------------------------------------: |
|                           **지식 추가**                           | '지식 추가' 버튼을 눌러 1개의 지식을 업로드한 이력 |                                                          |
|                       **지식 추가\_파일 업로드**                       |     파일 업로드를 통해 지식을 업로드한 이력     |         업로드 방식(기존 리스트에 추가/덮어쓰기) 노출 업로드 파일 다운로드 가능        |
| <p><strong>지식 추가\_</strong></p><p><strong>API 업로</strong></p> |     API 연결을 통해 지식을 업로드한 이력     |                업로드 방식(기존 리스트에 추가/덮어쓰기) 노출                |
|                          **지식 불러오기**                          |   배포 이력에서 특정 버전으로 지식을 불러온 이력   |                                                          |
|                           **지식 수정**                           |           지식을 수정한 이력           |                                                          |
|                           **지식 삭제**                           |           지식을 삭제한 이력           | <p>단건 삭제와 다수 삭제 구분 다수 삭제의 경우, <br>삭제된 지식 리스트 다운로드 가능</p> |
|    <p><strong>카테고리</strong> </p><p><strong>추가</strong></p>    |          카테고리를 추가한 이력          |                                                          |
|    <p><strong>카테고리</strong> </p><p><strong>수정</strong></p>    |          카테고리를 수정한 이력          |                                                          |
|    <p><strong>카테고리</strong> </p><p><strong>삭제</strong></p>    |          카테고리를 삭제한 이력          |                삭제 옵션(하위 카테고리 유지/모두 삭제) 노출                |
|                             **배포**                            |         지식 베이스를 배포한 이력         |                                                          |


---

# 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://kakaobusiness.gitbook.io/main/tool/knowledge/concepts/work_history.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.
