list_outgoing_transfers
Retrieve pending project transfers initiated by your wallet. Supports pagination with limit and cursor parameters for efficient browsing.
Instructions
List pending project transfers INITIATED BY the authenticated wallet (v1.59+). Each entry carries preview_path for deep-linking into the preview tool. Calls GET /agent/v1/transfers/outgoing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Opaque pagination cursor (next_cursor from a prior page). | |
| limit | No | Page size (default 50). |