> For the complete documentation index, see [llms.txt](https://docs-embed.anyflow.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-embed.anyflow.jp/ops/solution-history/for-venders.md).

# ベンダー向け実行履歴

## 概要

ベンダーは、Anyflow Embed の管理画面からソリューションの詳細な実行履歴を確認することができます。

ソリューションの実行履歴は以下の階層構造で管理されています。

1. エンドユーザーチーム / エンドユーザー
2. エンドユーザーがインストールしたソリューションの一覧
3. ソリューションの実行履歴

<figure><img src="https://files.readme.io/ec3a467-enduser-manager.png" alt="1481"><figcaption><p>エンドユーザー管理</p></figcaption></figure>

{% hint style="success" %}
エンドユーザーの定義はベンダーから渡されたJWTにより決定されます。

JWTについての詳細は[こちら](/release/embed/generate-jwt.md)をご覧ください。
{% endhint %}

## 確認方法

1. 管理画面にて[エンドユーザー実行履歴](https://embed.anyflow.jp/end-user-teams)にアクセスし、確認したいチーム/ユーザーを選択します。

<figure><img src="/files/4jI7jshJbOAdLUiXSxTW" alt=""><figcaption></figcaption></figure>

2. 当該ユーザーがインストールしているソリューション一覧が表示されます。確認したいソリューションを選択します。

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

3. 実行履歴の一覧が表示されます。

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

4. 実行履歴を選択するとステップごとの詳細なログを確認することができます。

<figure><img src="/files/UGjjgT36R1cuMAR8BHgv" 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://docs-embed.anyflow.jp/ops/solution-history/for-venders.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.
