List Public Published Experiences by Username
List all published (non-draft) public experiences for a specific user identified by username. This endpoint allows any logged-in user to view another user's public published experiences. Only experiences with visibility='public' and is_draft=False are returned. Supports the same filtering, searching, and ordering capabilities as the main published list.
**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.
Path parameters
username
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
Response
List of public published experiences for the specified user
count
results
next
previous
Errors
401
Unauthorized Error
404
Not Found Error

