v2
latestOpenAPI 3.0.02026-07-26365590.3 KBTags
Get a tag by ID
Returns the details of a specific tag. Returns 404 if the tag is in a workspace outside the API key scope.
get/v1/tags/{id}
Path parameters
idstring required
Response
Tag details
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"label": "Lead",
"isSuccessTag": true,
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z"
}