Error
A valid request URL is required to generate request examples{
"results": {
"truncated": true,
"totalDeletions": 123,
"totalAdditions": 123,
"files": [
{
"after": "<string>",
"before": "<string>",
"deletions": 123,
"additions": 123,
"status": "<string>",
"path": "<string>"
}
],
"prUrl": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Get AI agent review item PR diff
Get the file diff of the pull request linked to a review item
GET
/
api
/
v1
/
aiAgents
/
admin
/
review-items
/
{fingerprint}
/
pr-diff
Error
A valid request URL is required to generate request examples{
"results": {
"truncated": true,
"totalDeletions": 123,
"totalAdditions": 123,
"files": [
{
"after": "<string>",
"before": "<string>",
"deletions": 123,
"additions": 123,
"status": "<string>",
"path": "<string>"
}
],
"prUrl": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?