> 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.
