List computer changes

GET/v1/environments/{environmentId}/changes

List file-level change events captured for a computer workspace over time.

This is the canonical state-history feed for one computer. Each entry represents one concrete file operation and includes project, thread, step, and agent context when ACP can resolve it.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
environmentIdpathstringYesEnvironment ID
Query parameters
NameLocationTypeRequiredDescription
limitqueryintegerNo
offsetqueryintegerNo
projectIdquerystringNoFilter changes to one specific project-scoped activity stream
agentIdquerystringNoFilter changes to one specific agent
operationquerycreated | uploaded | modified | deletedNoFilter changes by file operation

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Environment change listapplication/json
FieldTypeRequiredDescription
objectstringNo
limitintegerNo
offsetintegerNo
totalintegerNo
hasMorebooleanNo
dataobject[]No
data[].idstringNoUnique identifier.
data[].snapshotIdstringNoSnapshot ID.
data[].environmentIdstringNoComputer ID.
data[].createdAtstringNoISO 8601 timestamp.
data[].titlestringNoDisplay title.
data[].routeSourcestringNo
data[].sourceKindthread | manualNo
data[].sourceThreadIdstringNo
data[].sourceStepIdstringNo
data[].threadTitlestringNo
data[].stepTitlestringNo
data[].projectIdstringNoProject ID.
data[].projectNamestringNo
data[].agentIdstringNoAgent ID.
data[].agentNamestringNo
data[].additionsintegerNo
data[].deletionsintegerNo
data[].filesobject[]No
data[].files[].pathstringNoWorkspace-relative file path.
data[].files[].namestringNoHuman-readable name.
data[].files[].changeKindcreated | modified | deletedNo
data[].files[].operationcreated | uploaded | modified | deletedNo
data[].files[].entryTypefile | directoryNo
data[].files[].previousPathstringNo
data[].files[].additionsintegerNo
data[].files[].deletionsintegerNo
data[].files[].diffstringNo
data[].files[].fileContentstringNo
List computer changes
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow