> For the complete documentation index, see [llms.txt](https://docs.nifty.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nifty.ai/automation/history.md).

# History

**History** shows your automation activity from the past 7 days. Use it to confirm things are running, review outcomes, or troubleshoot when something seems off.

### Where to find it

Go to [**History**](https://app.nifty.ai/automation/history) (in **Automation**).

### Graph view

The graphs give you a quick visual summary of what Nifty's been doing. You'll see four bar graphs:

| Graph       | What it shows                                                  |
| ----------- | -------------------------------------------------------------- |
| **Shares**  | Broken down by self-shares, community shares, and party shares |
| **Relists** | Broken down by marketplace                                     |
| **Offers**  | Broken down by marketplace                                     |
| **Follows** | Broken down by new follows, reciprocal follows, and unfollows  |

Hover or tap any bar to see exact numbers.

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

### Tracker view

The trackers give you an item-by-item breakdown over time. There are three trackers:

| Tracker                 | What it shows                                     |
| ----------------------- | ------------------------------------------------- |
| **Party Share Tracker** | Every party share from the past 7 days            |
| **Relist Tracker**      | Every relist attempt, successful or failed        |
| **Offer Tracker**       | Every detected like and whether an offer was sent |

Each row shows:

* **Item** — which listing the action was performed on
* **Action** — what happened (party share, relist, offer)
* **Marketplace** — where it occurred
* **Time** — when the action completed
* **Status** — success, or failure with a reason

{% hint style="info" %}
**Note:** Regular self-shares and follows aren't included in the tracker — they happen so frequently that it wouldn't be useful to scroll through. Use the Graph view to monitor those.
{% endhint %}

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

### Filtering

Use the search bar to find a specific item, or narrow down results with filters:

| Filter        | Options                          |
| ------------- | -------------------------------- |
| Activity type | Shares, Relists, Offers, Follows |
| Marketplace   | Poshmark, eBay, Mercari, Depop   |

### Common failure reasons

When an action doesn't go as planned, the tracker tells you why. Here are some examples:

#### Relists

| Reason                                                                              | What it means                                                                                |
| ----------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| The item was not available for purchase                                             | The item is no longer for sale on that marketplace                                           |
| Invalid brand/category/size/etc.                                                    | The listing cannot be relisted in its current state                                          |
| You have reached your listing limit, and new listings cannot be created at any time | You have reached the listing limit for that marketplace. See the relevant marketplace guide. |

#### Offers

| Reason                                                             | What it means                                                          |
| ------------------------------------------------------------------ | ---------------------------------------------------------------------- |
| The item was not available for purchase                            | The item is no longer for sale on that marketplace                     |
| The item was excluded from offers by your filters                  | The item didn't match the criteria in your automation settings         |
| The buyer already received another offer from you in the past hour | To avoid spamming buyers, we send at most one offer per buyer per hour |

### Limitations

| Limitation            | Details                       |
| --------------------- | ----------------------------- |
| History beyond 7 days | Older activity isn't retained |
| Export history        | No download option currently  |


---

# 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.nifty.ai/automation/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.
