---
title: "Get Flight Guide Inventory"
method: GET
path: "/conv/trips/{trip_id}/flight-guide/{source_frame_id}"
tags: ["conversational"]
---

# Get Flight Guide Inventory

`GET /conv/trips/{trip_id}/flight-guide/{source_frame_id}`

Proxy canonical Flight Guide inventory without reshaping fare cards.

## Path parameters

- `trip_id` string, required
- `source_frame_id` string, required

## Query parameters

- `cursor` integer

## Response `200`

Successful Response

- FlightGuideInventoryResponse — Canonical production cards for one page of a persisted search frame.
  - `source_frame_id` string, required
  - `cursor` integer, required
  - `next_cursor` integer, nullable
  - `pending_outbounds` integer, required
  - `failed_outbounds` integer — Return pairings that exhausted automatic provider retries.
  - `results` object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
