Skip to main content

List deliverables

GET 

/api/deliverables

List deliverables. When called without fields, returns the full paginated deliverable shape (with relations) for the active organisation, filtered to projects the caller can see. Requires projects.read or projects.read.own. Pass ?fields=minimal&projectId=… to receive only id, title, and status for a specific project — that mode evaluates permissions against the project's organisation (after verifyProjectAccess) and accepts projects.read, projects.read.own, gates.create, or gates.update. Minimal mode pages up to 100 rows at a time and is used by the gate criterion deliverable-picker UI.

Request

Responses

Successful response