trips
GET /trips — List your trips
Returns your upcoming trips by default. Add ?past=true to include past trips.
For "who should I meet on this trip?" fetch GET /trips/:tripID (or the discovery-only GET /trips/:tripID/discovery) — both return the ranked top-10 DCers + AI-written summaries + the full pool of locals and visitors in town during the trip window. The list response below does NOT include the discovery block (lazy by design — discovery is a much heavier payload).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| past | No | Include past trips. | |
| limit | No | Max results (1-100). | |
| cursor | No | Cursor from a previous response's `nextCursor`. Pass to fetch the next page. |