Skip to main content
GET
/
tags
/
search
List tags
curl --request GET \
  --url https://api.eu.bronto.io/tags/search \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "tags": [
    {
      "name": "environment",
      "values": [
        {
          "value": "production",
          "types": [
            {
              "entities": [
                {
                  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
                }
              ],
              "type": "log"
            }
          ]
        }
      ]
    }
  ]
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Query Parameters

name
string

Filter results by tag name.

value
string

Filter results by tag value.

entity_type
string

Filter results by entity type.

Response

A list of matching tags.

tags
object[]