# Get a Tag **GET /tags/{tag_name}** Retrieve an existing Tag resource by name ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Path parameters - **tag_name** (string) The name field for a Tag resource ## Responses ### 200 Successful Tag response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **color** (string) The hexadecimal color code for the tag, without the leading `#`. - **created_at** (string(date-time)) A NaiveDatetime-formatted timestamp describing when the resource was created with microsecond precision - **created_by** (integer(int64) | null) The user ID associated with the user who created the tag when applicable. - **description** (string | null) An optional, brief description for this tag. - **id** (string(uuid)) The id of the tag in UUID format - **is_active** (boolean) Indicates whether or not the tag is active. Inactive tags may not be associated to new resources - **name** (string) The name for the tag. It may contain lower case letters, dashes, and alphanumeric characters only. The maximum character count is 50. - **updated_at** (string(date-time)) A NaiveDatetime-formatted timestamp describing when the resource was last updated with microsecond precision - **updated_by** (integer(int64) | null) The user ID associated with the last user to edit the tag when applicable. ### 404 Not Found #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)