Skip to content

Get statistics for a specific tag

GET
/v1/tags/{id}/stats
curl --request GET \
--url https://api.adversarial.com/api/v1/tags/123/stats
id
required
string format: uuid

The ID of the tag to retrieve statistics for

Example
123

Get the tag statistics

Media typeapplication/json
object
incident_count
required
integer format: int64
organization_count
required
integer format: int64
risk_count
required
integer format: int64
total_count
required
integer format: int64
Examplegenerated
{
"incident_count": 1,
"organization_count": 1,
"risk_count": 1,
"total_count": 1
}

Tag not found