List Published Experiences

View as Markdown
List all published (non-draft) experiences for the logged-in user. This endpoint shows individual published experiences. Supports filtering, searching, and ordering. Each published experience represents a single type (AI_EXPERT, AI_NOTE, or QUEST). **UID Structure:** For published experiences, the 'uid' field points to the deployed resource UID (domain, blog, or quest), while 'experience_uid' contains the original experience UID.

Query parameters

categoryintegerOptional
orderingstringOptional
Which field to use when ordering the results.
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
searchstringOptional
A search term.
statusenumOptional
* `not_started` - Not Started * `in_progress` - In Progress * `completed` - Completed * `failed` - Failed
Allowed values:
subcategoryintegerOptional
tagslist of integersOptional
userintegerOptional
visibilityenumOptional
* `public` - Public * `private` - Private * `team` - Team * `org` - Organization
Allowed values:

Response

List of published experiences with deployed resource UIDs
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"

Errors

401
Unauthorized Error