Which class is used for retrieving tag details using tag id? Any body knows the solution please help me. I have to check the tagged element name on the basis of that I have to create one activity?
Since the question was asked, an improved version was released
$result = civicrm_api3 ("Tag","get", array ("id"=> $yourid, "sequential"=>1));
shoud get you what you want.