Get List
GET
/v1/lists/{list_id}
Returns a list with all its post items.
Path parameters
Response
Returns the list object with anitems array containing the saved posts.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a reading list with its items.
/v1/lists/{list_id}
Returns a list with all its post items.
| Parameter | Type | Description |
|---|---|---|
list_id | string (UUID) | List ID |
curl https://twixb.com/api/v1/lists/5593f707-... \
-H "X-API-Key: twxb_your_key_here"
items array containing the saved posts.