Search Tags

GET {{baseUrl}}/api/v2/autocomplete/tags?tag_name_fragment=<string>

Returns an array of registered and recent tag names that start with the characters specified in the name query parameter. You must specify at least 2 characters.

Pagination

  • Offset pagination only

See Using Offset Pagination.

Allowed For

  • Agents

Request Params

KeyDatatypeRequiredDescription
tag_name_fragmentstringA substring of a tag to search for

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;tags&quot;:[&quot;attention&quot;,&quot;attack&quot;]}