Read Tag

Reference for the GET /console/v1/tags/{id} endpoint of the Statsig API.

gethttps://statsigapi.net/console/v1/tags/{id}

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

id

Response

application/json
200· Read Tag Success
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired
Show child attributes
idstringrequired

id of the tag

Example:string
namestringrequired

name of the tag

Example:a tag
descriptionstringrequired

description of the tag

Example:a description
isCorebooleanrequired

is this a core tag

Example:false
404· Tag not found. The requested resource could not be found.
statusintegerrequired
Allowed values:404
messagestringrequired

Was this helpful?