Unique tag strings for filtering events and signals
List tags
Returns a paginated, alphabetically sorted list of unique tag strings extracted from event and signal sips. Tags can be passed to /espresso/events and /espresso/signals for scalar filtering. With response_type=text, tags are returned as a single comma-separated plain-text string instead of a JSON array.
query Parameters
response_typeOutput format: json (default) returns a JSON string array; text returns the same tags as comma-separated plain text (lower token cost for MCPs and AI agents)
limitPage limit (items per page)
offsetPagination offset (number of items to skip)
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List tags › Responses
JSON string array when response_type=json (default); comma-separated tags when response_type=text

