Tags

Get All Tags

get

Get all tags in the system

Path parameters
configstringRequired
Responses
200
Tags retrieved successfully
application/json
get
GET /api/v4.0/conf/{config}/tags HTTP/1.1
Host: 
Accept: */*
{
  "total": 1,
  "items": [
    "text"
  ]
}

Get Tag Usage

get

Get usage of a tag in the configuration

Path parameters
configstringRequired
entry_idstringRequired
Responses
200
Tag usage was retrieved successfully
application/json
get
GET /api/v4.0/conf/{config}/tags/{entry_id} HTTP/1.1
Host: 
Accept: */*
{
  "type": "text",
  "embeddings": [
    {}
  ]
}

Last updated

Was this helpful?