Sales / Lease / Exchange
List sales / lease / exchanges
Paginated list of sales / lease / exchanges owned by your organization.
GET
Always org-scoped returns only listings owned by your organization.Documentation Index
Fetch the complete documentation index at: https://teardowns.aero/docs/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint returns only
active sales / lease / exchange listings. By design.
Listings your team has moved to sold, under_offer, leased,
exchanged, suspended, archived, draft, or pending_review
are not included in the list response and there is no query parameter
to opt in. If you need to read a listing in any other status, fetch it
directly by id via
GET /public/v1/sales-lease-exchange/{listing_id} —
the detail endpoint surfaces every status.Headers
Bearer tdao_live_…Your organization’s UUID.
Query parameters
Filtering
One of
aircraft, engine, or apu. Sending parts or
landing_gear returns 422. Legacy rows of those types remain
readable via the detail endpoint.Filter by aircraft-type name (e.g.
A320-200).
Case-insensitive. Same DX as the create endpoint no UUID lookup.Filter by engine-model name (e.g.
CFM56-5B). Case-insensitive.Filter by APU model name (e.g.
APS3200). Case-insensitive.Substring, case-insensitive.
Free-text search across title / description / msn.
Pagination
Minimum 1, maximum 100.
Response
200 OK. Paginated envelope:
seller_org summary used in the marketplace browse table.
See also
- Get one listing for the full detail shape.
- Create for the post body.
- Rate limiting for the right cadence for sync loops.

