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
Allowed For
- Agents
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| tag_name_fragment | string | A substring of a tag to search for | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"tags":["attention","attack"]}