List share links
Chat Share
List Share Links
GET
List share links
Returns the caller’s shares with pagination, filtering, and sorting byDocumentation Index
Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt
Use this file to discover all available pages before exploring further.
createdAt, viewCount, or lastViewedAt. The payload contains per-share
status, visibility, continuation flags, and a shareUrl that can be rendered
directly in-product.
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | number | 50 | Max results (1-100) |
offset | number | 0 | Pagination offset |
status | string | active | Filter: active, expired, revoked, or all |
sortBy | string | createdAt | Sort field: createdAt, viewCount, lastViewedAt |
sortOrder | string | desc | Sort direction: asc or desc |
Authorizations
Auth0 access token for registered users.
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 0Available options:
active, expired, revoked, all Available options:
createdAt, viewCount, lastViewedAt Available options:
asc, desc