Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://statsigapi.net/console/v1/tags \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Tags listed successfully", "data": [ { "id": "string", "name": "a tag", "description": "a description", "isCore": false } ] }
Optional header to respect review settings for mutation endpoints.
Results per page
10
Page number
1
List Tags Success
A simple string explaining the result of the operation.
Array of results returned by pagination limit.
Show child attributes
Pagination metadata for checking if there is next page for example.