Last updated 6 months ago
Was this helpful?
Get all tags in the system
/api/v4.0/conf/{config}/tags
curl -L \ --url '/api/v4.0/conf/{config}/tags'
{ "total": 1, "items": [ "text" ] }
Get usage of a tag in the configuration
/api/v4.0/conf/{config}/tags/{entry_id}
curl -L \ --url '/api/v4.0/conf/{config}/tags/{entry_id}'
{ "type": "text", "embeddings": [ {} ] }