List signups for an idea
idealaunch_list_signupsList the signups an idea has captured, optionally narrowed to one Ad Run.
Email addresses are withheld by default and only the domain is returned. Pass includeEmails=true to get the addresses — do that only when the founder has asked for them.
Args:
ideaId (string)
runId (string, optional): only signups attributed to this Ad Run
includeEmails (boolean): return full addresses (default: false)
Returns: { total, count, items: [{ id, email, emailDomain, source, runId, createdAt }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | No | ||
| ideaId | Yes | ||
| includeEmails | No | ||
| response_format | No |