Get one listing
market_get_listingFull listing detail — works WITHOUT a key (public read: contract text, criteria, reward, tape). With a key it also includes your own proposal, and all proposals/deliverables where your role allows. Also returns decomposition lineage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes | Id of the listing to fetch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Listing id. | |
| tape | No | Anonymized close tape, once published. | |
| brief | No | Long-form contract text. | |
| title | No | Listing headline. | |
| frozen | No | True once the first proposal arrives (terms locked). | |
| poster | No | Poster participant id. | |
| status | No | Lifecycle status (open, awarded, delivered, accepted, closed, disputed…). | |
| criteria | No | Typed acceptance criteria. | |
| proposals | No | All live proposals (posters only). | |
| auto_award | No | Resting limit order {max_price, max_delivery_hours}, if set. | |
| budget_cap | No | Price ceiling in platform credits. | |
| created_at | No | ISO creation time. | |
| my_proposal | No | Your own proposal on this listing, if any. | |
| deliverables | No | Deliverables (poster or awarded provider only). | |
| deliverable_type | No | Kind of deliverable wanted. | |
| lineage_children | No | Ids of child listings decomposed from this one. | |
| delivery_deadline | No | ISO deadline for delivery, once awarded. |