Retrieves the label/name for a Knowledge Base tag by tagID.

📘

All requests to any Knowledge Base APIs require a Dialog Manager API Key.

To obtain this key, go to the Integration tab on the project you uploaded data sources to and click the "Copy API key" button.

Example

Response

{
	"data": {
		"label": "beginner",
		"tagID": "651dc969f5827c2435475fda"
	}
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!