Skip to main content
GET
Get an execution tag

Headers

x-project-id
string
required

Project ID to specify the project context

Path Parameters

id
string
required

UUID of the execution tag to retrieve.

Response

id
string
required

Unique identifier for the tag

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

project
object
required

The project this tag belongs to

Example:

"a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"

name
string
required

Name of the tag

Example:

"important"

color
string
required

Color of the tag in hex format

Example:

"#3B82F6"

matchingMode
enum<string>
required

How the tag is matched to responses: exact links only responses whose text contains the tag name, semantic also links responses by meaning.

Available options:
exact,
semantic
Example:

"exact"

groupId
string<uuid> | null

ID of the tag group node this tag is filed under; null when ungrouped.