Get statistics for a specific tag
GET /v1/tags/{id}/stats
GET
/v1/tags/{id}/stats
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
The ID of the tag to retrieve statistics for
Example
123Responses
Section titled “ Responses ”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