List Links
list_linksRetrieve all links from a ULink project with optional pagination, returning configuration, URLs, and metadata for each deep link.
Instructions
List all links in a ULink project with optional pagination. Returns an array of link objects with their configuration, URLs, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of links to return (max 100) | |
| offset | No | Number of links to skip for pagination (starts at 0) | |
| projectId | Yes | The project whose links to list |