Skip to main content

Overview

Content tags let you categorize questionnaires and knowledge base content, so teams can organize, filter, and route work by compliance framework or topic. Tags have three statuses:

List tags

URL: GET https://api.wolfia.com/v1/tags/ Authentication: API key required (see API overview) Returns all content tags for your organization, ordered alphabetically by name.

Request

Query parameters

When no status filter is provided, the endpoint returns both ACTIVE and DRAFT tags. To retrieve only approved tags, pass ?status=ACTIVE.

Response (200 OK)

Response fields

Integration example

Python: Tag a questionnaire on upload

Error responses

Next steps

Questionnaires

Upload, list, and search questionnaires

API overview

Authentication, rate limits, and error handling