Skip to main content
GET
Get a tag by ID

Authorizations

Authorization
string
header
required

Enter your API Key (sk_live_xxx or sk_test_xxx)

Path Parameters

id
string
required

Response

Tag details

id
string
required

Unique identifier of the tag

Example:

"123e4567-e89b-12d3-a456-426614174000"

label
string
required

Label of the tag

Example:

"Lead"

isSuccessTag
boolean
required

Whether the tag represents a successful call outcome

Example:

true

createdAt
string<date-time>
required

Date when the tag was created

Example:

"2024-01-15T10:30:00.000Z"

updatedAt
string<date-time>
required

Date when the tag was last updated

Example:

"2024-01-15T10:30:00.000Z"