TypeScript client
Posts
List post enrichment facets
List the enrichment facet values present across a team’s posts (AI-derived attributes such as topics or categories) with their counts. Use the returned values as enrichment filters on listPosts to narrow a post search.
GET
TypeScript client
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Query Parameters
Comma-separated subset of enrichment field keys to return facets for (e.g. tags, category); omit for all fields.
Example:
"tags,category"
Response
Success