Collections
Get a collection's detail page payload
Returns the collection's name/description plus its ordered members. members is the canonical mixed-kind list (orgs + products); orgs is the legacy org-only subset retained for back-compat. Orgs join through organizations_public and products through products_active, so soft-deleted / on_demand rows never leak via a collection. GitHub handles are picked deterministically from org_accounts so multi-handle orgs don't fan out the row.
get/collections/{slug}
Path parameters
slugstring required
Collection slug.
Response
Collection detail with ordered members.
Changes
Changed in 1 of the 5 revisions of this API.1
- ●
added the new
too_largeenum value to theerror/typeresponse property for the response status404response-property-enum-value-added
- ●