---
title: "Add Search Result"
method: POST
path: "/v1/trips/{trip_id}/search-results"
tags: ["mcp-server"]
---

# Add Search Result

`POST /v1/trips/{trip_id}/search-results`

## Path parameters

- `trip_id` string, uuid, required

## Request body

- SelectSearchResult
  - `search_id` string, uuid, required
  - `result_index` integer, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-19** `2297d4453a9c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/v1/trips/:trip_id/search-results/post.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/f6559d3df7e9?raw)
