Error
A valid request URL is required to generate request examples{
"results": {
"upgradesFileToV2": true,
"entryId": "<string>",
"op": "create",
"after": "<string>",
"before": "<string>",
"fileName": "<string>",
"available": true
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Preview AI agent review item writeback diff
Preview the file change a writeback PR would make, without opening it. Only project_context findings have a deterministic diff.
GET
/
api
/
v1
/
aiAgents
/
admin
/
review-items
/
{fingerprint}
/
writeback-preview
Error
A valid request URL is required to generate request examples{
"results": {
"upgradesFileToV2": true,
"entryId": "<string>",
"op": "create",
"after": "<string>",
"before": "<string>",
"fileName": "<string>",
"available": true
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Response
Success
Preview of the file change a writeback PR would make, computed deterministically (no PR opened). Only available for the project_context strategy — semantic_layer runs in a sandbox, so there is no static diff to show before the PR is created.
- Option 1
- Option 2
Show child attributes
Show child attributes
Available options:
ok Was this page helpful?