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