> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/contracts/view-partner-contract-history.md).

# パートナー契約の履歴を表示

各パートナーごとの契約履歴を確認できます。これは、そのパートナーとの提携履歴を監査したい場合、問題をトラブルシューティングしたい場合、または支払いに関する誤解を解消したい場合に役立ちます。

#### パートナーの契約履歴を表示

各パートナーの契約履歴を表示できます。

1. 左側のナビゲーションバーから、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage]** → **パートナー → パートナー**.
2. 契約履歴を確認したいパートナーにカーソルを合わせ、次を選択します ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他] → 契約 → 履歴を表示**.
3. ここから、いくつかのオプションがあります:
   * 提携の各世代について、ステータス、開始日と終了日、ブランド側およびパートナー側の署名者を確認できます。
   * 各世代の契約の正確な条件を表示するには、パートナー契約にカーソルを合わせ、次を選択します ![](/files/967afd940eacbf83a7772ab9ff5584bc129c9568) **\[その他]** → **表示**.<br>

     <div data-with-frame="true"><figure><img src="/files/841e7ee62f954509addaf63abf9c8a7f5174d460" alt=""><figcaption></figcaption></figure></div>

#### すべての契約履歴を表示

すべての契約の履歴も表示できます。ここでは、署名者、契約に関連付けられたテンプレート条件、その契約を承諾したパートナー、契約の状態で検索できます。

1. 左側のナビゲーションバーから、 ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage]** → **契約 → 契約**.
2. ここから、すべての契約履歴を表示するか、検索を絞り込めます。
   * 次を参照してください: *フィルターリファレンス* 詳細はこちら。

<details>

<summary>フィルターリファレンス</summary>

| フィルター      | 説明                                        |
| ---------- | ----------------------------------------- |
| **署名者**    | 検索対象の契約に関連付けられているブランドまたはパートナーの署名者名を入力します。 |
| **テンプレート** | ドロップダウンメニューから、検索対象の契約に対応するテンプレート条件を選択します。 |
| **パートナー**  | ドロップダウンメニューから、検索対象の契約に同意したパートナーを選択します。    |

**状態**

ドロップダウンメニューから、検索対象の契約が該当する契約状態を選択します。

**状態リファレンス**

| フィルター      | 説明                                         |
| ---------- | ------------------------------------------ |
| 保留中        | まだ契約条件を承諾していないすべてのパートナーを表示します。             |
| 有効         | 現在取引しており、承認済みのパートナーを表示します。                 |
| 今後予定       | まもなく取引を開始するパートナーを表示します。                    |
| 拒否済み       | 辞退したパートナーを表示します。                           |
| 期限切れ       | 契約または業務委託契約の条件が終了したパートナーを表示します。            |
| 停止中        | 現在は取引を停止しているものの、将来的に再開する可能性のあるパートナーを表示します。 |
| 期限切れ（規約違反） | 契約条件に違反したため、ある日付以降は取引していないパートナーを表示します。     |
| 停止中（規約違反）  | 契約条件に違反したため、現在は取引していないパートナーを表示します。         |

</details>


---

# 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.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/contracts/view-partner-contract-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.
