# TimeStamp of Tag

**URL:** https://meta.discourse.org/t/timestamp-of-tag/158598
**Category:** Support
**Created:** [23 juli 2020 om 09:03 UTC](https://meta.discourse.org/t/timestamp-of-tag/158598 "2020-07-23T09:03:57Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [23 juli 2020 om 16:37 UTC](https://meta.discourse.org/t/timestamp-of-tag/158598/2 "2020-07-23T16:37:56Z")

</div>

> [@Minhaj](#):
>
> Can we query the timestamp of attaching a `tag` to a Topic?

It should be possible to get this information with the [Data Explorer](https://meta.discourse.org/t/data-explorer-plugin/32566) plugin. The time that a tag was added to a topic can be found from the `created_at` field of the `topic_tags` table. You’ll need to join the `tags` table to be able to find the tag by its `name`.

---

_[View the full topic](https://meta.discourse.org/t/timestamp-of-tag/158598)._
