change requests

List structured change requests for one repository-authority intent. Each row carries authorPrincipal, adjudication (pending | accepted | null) and consumable; API-key reads see consumable rows by default and stamp consumption without claiming application.

An API-key GET is the connected-agent consumption event: every returned open request is stamped with first/last consumed time and key id. Session reads do not stamp consumption. Reading never changes request status.

get/api/v1/intents/{id}/change-requests

Path parameters

idstring required

id path parameter.

Query parameters

includestring

API-key reads only: consumable (default) = accepted PM judgment the agent may act on; proposals = the caller's own pending agent proposals; all = both. Session reads always see every row.

statusstring

open (default), applied, rejected, withdrawn, superseded, or all.

Response

OK — returns { changeRequests, count }

object required

Changes

Changed in 2 of the 14 revisions of this API.2