runs.list
Retrieve your recent lead-generation runs, ordered newest first. Use this to revisit past hunts, obtain a run ID for further actions, or check if a leads.find has completed. Returns up to 50 runs with status, creation time, and post count.
Instructions
List the user's recent lead-generation runs, newest first, capped at 50. Behavior: read-only DB query scoped to the authenticated user. No external calls, no credit consumed. Idempotent. Usage: call this when the user wants to revisit a previous lead hunt, when you need a run_id to feed into runs.get / outreach.plan without re-running, or to confirm whether a recent leads.find has completed. Do NOT use this to enumerate other users' runs (the endpoint is user-scoped). Returns: { runs: [{ id, idea, status (completed/running/failed/partial), created_at (UNIX seconds), total_posts, product_title }] }, ordered by created_at desc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||