Last updated 7 months ago
Was this helpful?
Get all tags in the system
GET /api/v4.0/conf/{config}/tags HTTP/1.1 Host: Accept: */*
Tags retrieved successfully
{ "total": 1, "items": [ "text" ] }
Get usage of a tag in the configuration
GET /api/v4.0/conf/{config}/tags/{entry_id} HTTP/1.1 Host: Accept: */*
Tag usage was retrieved successfully
{ "type": "text", "embeddings": [ {} ] }