get_watchlist
Retrieve a watchlist by ID with paginated items. Returns instrument or person entries with symbol, rank, and added date.
Instructions
Get a single watchlist owned by the authenticated user, by ID.
Items are paginated with page_number (zero-based) and items_per_page. Returns the watchlist's metadata plus its items: itemId, itemType ('Instrument' or 'Person'), itemRank, symbol, and itemAddedDate (ISO 8601). Shares the watchlist read quota of 60 requests per 60 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_number | No | Zero-based page of items to return. | |
| watchlist_id | Yes | Unique identifier of the watchlist. | |
| items_per_page | No | Items per page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||