Skip to content

Get statistics for a specific tag

GET
/v1/tags/{id}/stats
id
required
string format: uuid

The ID of the tag to retrieve statistics for

Example
123

Get the tag statistics

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

Tag not found