> 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/partner/what-would-you-like-to-learn-about/platform-features/reporting-for-partners/contract-history-reports/contract-history-report.md).

# Contract History Report

The *Contract History Report* shows you the entire history of your contract while on the impact.com platform.

1. From the top navigation bar, select **Reports** → **More Reports**.
2. From the *Category* filter next to the search bar, select **Contract**.
3. Select **Contract History**.
4. Find the table you want to view.

   * Learn more about your *Signed contracts*, *Pending contracts*, and your *Rejected proposed contracts* in the table references below.

   <div data-with-frame="true"><figure><img src="/files/h08UHrd6PaGTr6gvaL19" alt="" width="563"><figcaption></figcaption></figure></div>

#### Table references

<details>

<summary>Signed contracts</summary>

| Table Column | Description                                                                                           |
| ------------ | ----------------------------------------------------------------------------------------------------- |
| View         | Select **View** to see the current contract.                                                          |
| Program      | See what brand programs you are partnered with.                                                       |
| Date Started | View the date that the current contract with a partnered brand began.                                 |
| Date Ended   | If your contract is temporary, or if there is an expiration date for the contract, see the date here. |

</details>

<details>

<summary>Pending contracts</summary>

| Table Column       | Description                                                                                                                                                                                                           |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| View               | Select **View** to see the proposed contract.                                                                                                                                                                         |
| Program            | See the brand programs you can potentially partner with.                                                                                                                                                              |
| Waiting On         | <p>Find which side of the potential partnership needs to make a decision about the contract proposed.</p><p><em>Adv</em> means the brand needs to make a decision. <em>MP</em> means you need to make a decision.</p> |
| Waiting Since      | See when this proposed contract was last updated.                                                                                                                                                                     |
| Date Offer Expires | If the proposal has an expiration date, view that date here.                                                                                                                                                          |

</details>

<details>

<summary>Rejected proposed contracts</summary>

| Table Column     | Description                                                                                 |
| ---------------- | ------------------------------------------------------------------------------------------- |
| Program          | View the brand program for which the partnership was rejected.                              |
| Was Final Offer  | See if the version of the contract that was proposed was the final offer from either party. |
| Date Rejected    | View the date that the contract was rejected.                                               |
| Rejection Reason | See which party rejected the contract, and if a reason was given.                           |

</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/partner/what-would-you-like-to-learn-about/platform-features/reporting-for-partners/contract-history-reports/contract-history-report.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.
