tenki_list_preview_urls
Lists preview URLs for a workspace, newest first. Optionally filter by sandbox session ID and paginate through results with page tokens.
Instructions
List the workspace's preview URLs, newest page first. Pass session_id to keep only the ones bound to that sandbox (filtered here, not server-side — so it applies to the page you fetched; raise page_size or follow next_page_token to widen it). Results are paginated: a nextPageToken in the response means more pages exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Rows per page (server default 20, max 100). | |
| page_token | No | Cursor from a previous response's nextPageToken. | |
| session_id | No | Keep only preview URLs bound to this sandbox. Applied client-side to the fetched page. | |
| workspace_id | No | Workspace to list (defaults to the key's first workspace). |