> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# tags

> sift/tags/v1/tags.proto

<a name="sift_tags_v1_tags-proto" />

<a name="sift_tags_v1_tags-proto-services" />

## Services

*RPC methods exposed by this API.*

<a name="sift_tags_v1_tags-proto-messages" />

## Messages

*Data models used across requests/responses.*

### Tag

| Field                  | Type                      | Label | Description |
| :--------------------- | :------------------------ | :---- | :---------- |
| tag\_id                | string                    |       |             |
| name                   | string                    |       |             |
| organization\_id       | string                    |       |             |
| created\_by\_user\_id  | string                    |       |             |
| modified\_by\_user\_id | string                    |       |             |
| created\_date          | google.protobuf.Timestamp |       |             |
| modified\_date         | google.protobuf.Timestamp |       |             |

### TagRef

Points to a tag by name or tag\_id.
When this message is used for a request, you can use either name or tag\_id to refer to a tag.
When this message is returned in a response, both of the fields will be populated and valid.

| Field   | Type   | Label | Description |
| :------ | :----- | :---- | :---------- |
| tag\_id | string |       |             |
| name    | string |       |             |

<a name="sift_tags_v1_tags-proto-enums" />

## Enums

*Allowed constant values used in message fields.*
