> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/immedio-box/operation-logs/index.md).

# 操作ログ

immedio Boxのコンテンツに対する操作履歴を確認できます。

誰が・いつ・どのような操作を行ったかを管理画面上から確認できます。

## 操作ログでできること

| 機能          | 説明                        |
| ----------- | ------------------------- |
| 全体ログの確認     | テナント全体のコンテンツ操作履歴を時系列で確認する |
| ファイル単位ログの確認 | 特定のファイルに対する操作履歴を確認する      |

## 記録される操作

管理画面で確認できる操作ログは以下のとおりです。

### コンテンツ

* コンテンツ一覧画面からのコンテンツ作成
* コンテンツの基本設定画面の更新（ファイルの差し替えを含む）
* コンテンツの基本設定画面からのコピー（作成後のコンテンツに履歴が残る）
* コンテンツの削除（単体削除・一括削除）
* コンテンツ詳細画面でのアーカイブ
* コンテンツ詳細画面でのアーカイブ解除
* コンテンツの一括アーカイブ
* コンテンツの一括アーカイブ解除
* コンテンツ詳細画面のリード一覧からのCSVダウンロード

### ルーム

* ルームの作成
* ルームの更新
* ルームの削除
* ルームのコピー
* ルームのリード一覧のセッション一覧からのCSVダウンロード

### ログイン・ログアウト

* ログイン
* ログアウト

## 全体のログを確認する方法

サイドバーの「操作ログ」から確認いただけます。

<figure><img src="https://1651914056-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtOQlwhpKM7bIgwFXZt5n%2Fuploads%2FPHzCnHvw59vxj1YgMXRG%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202025-11-28%2012.34.34.png?alt=media&amp;token=8946e59f-f746-4d1d-a8e6-8fab9becc17e" alt=""><figcaption></figcaption></figure>

## ファイルごとのログを確認する方法

各ファイルの管理画面で「基本設定」のタブを下にスクロールいただくと、当該ファイルに関する操作ログがご覧いただけます。

## 注意事項

* 現在、操作ログのCSV出力機能は提供されていません。ログの確認は管理画面上でのみ可能です。


---

# 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://docs.immedio.io/immedio-box/operation-logs/index.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.
