List Published Experiences
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
category
ordering
Which field to use when ordering the results.
page
A page number within the paginated result set.
page_size
Number of results to return per page.
search
A search term.
status
* `not_started` - Not Started
* `in_progress` - In Progress
* `completed` - Completed
* `failed` - Failed
Allowed values:
subcategory
user
visibility
* `public` - Public
* `private` - Private
* `team` - Team
* `org` - Organization
Allowed values:
Response
List of published experiences with deployed resource UIDs
count
results
next
previous
Errors
401
Unauthorized Error

