Tags

Get a tag

Returns a single tag. The tag must belong to the active project.

GET /api/v1/tags/{tag}

Path parameters

Name Type Required Description
tag integer Required

The numeric ID of the tag.

Query parameters

Name Type Required Description
include string Optional

A comma-separated list of related resources to include in the response. Allowed values: project, project.organization.

Response

The tag object

Field Type Description
id integer

The unique ID of the tag.

project_id integer

The ID of the project this tag belongs to.

name string

The display label of the tag.

color string

The tag's color. One of gray, red, orange, amber, green, teal, blue, indigo, violet, or pink.

created_at datetime

When the tag was created.

updated_at datetime

When the tag was last updated.