# Asana: Tag

## Description

* Table of tag basic info enriched with some task metrics.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/asana/resources/asana.svg" alt="" data-size="line"> Asana

## Columns

| Type     | Name                              | Description                                                                       |
| -------- | --------------------------------- | --------------------------------------------------------------------------------- |
| INTEGER  | tag\_id                           | System-generated unique ID for the tag                                            |
| STRING   | tag\_name                         | UI-facing name of the tag                                                         |
| DATETIME | created\_at                       | Timestamp of when the tag was created                                             |
| INTEGER  | number\_of\_open\_tasks           | Count of the currently open tasks with this tag.                                  |
| INTEGER  | number\_of\_assigned\_open\_tasks | Count of the open and assigned tasks with this tag.                               |
| INTEGER  | number\_of\_tasks\_completed      | Count of tasks with this tag that have been completed.                            |
| INTEGER  | avg\_days\_open                   | The avg number of days that completed tasks with this tag were open.              |
| INTEGER  | avg\_days\_assigned               | The avg number of days that completed tasks with this tag were open and assigned. |


---

# Agent Instructions: 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:

```
GET https://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/asana-tag.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
