admin-supplier-quotes

Get Supplier Quote

Full detail of one SupplierQuote.

Joins the supplier contact's name + email so the FE doesn't need a second round-trip. attachment_r2_keys is intentionally NOT exposed in V1 — design-review dropped PDF upload from the admin UI; admins keep PDFs in Gmail.

get/api/v1/admin/supplier-quotes/{quote_id}

Path parameters

quote_idstring uuid required

Response

Successful Response

idstring uuid required
project_idstring uuid required
supplier_contact_idstring uuid required
supplier_contact_namestring required
supplier_contact_emailstring required
gmail_thread_idstring nullable
sourcestring
total_amount_centsinteger nullable required
currencystring required
lead_time_daysinteger nullable required
valid_untilstring date-time nullable required
line_itemsobject[] required
notesstring nullable required
source_email_bodystring nullable
attachment_r2_keysstring[]
attachment_kindsstring[]
document_kindstring nullable
extraction_confidencenumber nullable
needs_human_reviewboolean required
reviewed_atstring date-time nullable required
reviewed_bystring uuid nullable required
accepted_atstring date-time nullable
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.