Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"prWritebackMessage": "<string>",
"linkedPrUrl": "<string>",
"linkedIssueUrl": "<string>",
"statusUpdatedByUserUuid": "<string>",
"statusUpdatedAt": "2023-11-07T05:31:56Z",
"findingCount": 123,
"lastSeenAt": "2023-11-07T05:31:56Z",
"firstSeenAt": "2023-11-07T05:31:56Z",
"assignedToUserUuid": "<string>",
"description": "<string>",
"title": "<string>",
"agentUuid": "<string>",
"projectUuid": "<string>",
"organizationUuid": "<string>",
"fingerprint": "<string>",
"uuid": "<string>",
"latestFinding": {
"createdAt": "2023-11-07T05:31:56Z",
"projectContextEntry": {
"objects": [
"<string>"
],
"terms": [
"<string>"
],
"content": "<string>",
"id": "<string>"
},
"recommendation": {
"targetRefs": [
{
"modelName": "<string>",
"type": "model"
}
],
"rationale": "<string>",
"title": "<string>"
},
"evidenceExcerpts": [
{
"redacted": true,
"text": "<string>"
}
],
"targetRefs": [
{
"modelName": "<string>",
"type": "model"
}
],
"fixTargets": [],
"subcategories": [
"<string>"
],
"agentUuid": "<string>",
"projectUuid": "<string>",
"threadUuid": "<string>",
"promptUuid": "<string>",
"uuid": "<string>"
},
"remediation": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"resolvedByUserUuid": "<string>",
"createdByUserUuid": "<string>",
"retryPrompt": "<string>",
"errorMessage": "<string>",
"previewThreadUuid": "<string>",
"previewAgentUuid": "<string>",
"previewProjectUuid": "<string>",
"linkedPrUrl": "<string>",
"pullRequestUuid": "<string>",
"sourceAgentUuid": "<string>",
"sourceProjectUuid": "<string>",
"sourceThreadUuid": "<string>",
"sourcePromptUuid": "<string>",
"sourceFindingUuid": "<string>",
"organizationUuid": "<string>",
"fingerprint": "<string>",
"uuid": "<string>"
},
"writebackEligibility": {
"reason": null,
"eligible": true
},
"writebackEligible": true
},
"status": "ok"
}API Reference
Get AI agent review item by preview thread
Get the review item linked to a remediation preview work thread
GET
/
api
/
v1
/
aiAgents
/
admin
/
review-items
/
by-preview-thread
/
{threadUuid}
Error
A valid request URL is required to generate request examples{
"results": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"prWritebackMessage": "<string>",
"linkedPrUrl": "<string>",
"linkedIssueUrl": "<string>",
"statusUpdatedByUserUuid": "<string>",
"statusUpdatedAt": "2023-11-07T05:31:56Z",
"findingCount": 123,
"lastSeenAt": "2023-11-07T05:31:56Z",
"firstSeenAt": "2023-11-07T05:31:56Z",
"assignedToUserUuid": "<string>",
"description": "<string>",
"title": "<string>",
"agentUuid": "<string>",
"projectUuid": "<string>",
"organizationUuid": "<string>",
"fingerprint": "<string>",
"uuid": "<string>",
"latestFinding": {
"createdAt": "2023-11-07T05:31:56Z",
"projectContextEntry": {
"objects": [
"<string>"
],
"terms": [
"<string>"
],
"content": "<string>",
"id": "<string>"
},
"recommendation": {
"targetRefs": [
{
"modelName": "<string>",
"type": "model"
}
],
"rationale": "<string>",
"title": "<string>"
},
"evidenceExcerpts": [
{
"redacted": true,
"text": "<string>"
}
],
"targetRefs": [
{
"modelName": "<string>",
"type": "model"
}
],
"fixTargets": [],
"subcategories": [
"<string>"
],
"agentUuid": "<string>",
"projectUuid": "<string>",
"threadUuid": "<string>",
"promptUuid": "<string>",
"uuid": "<string>"
},
"remediation": {
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"resolvedAt": "2023-11-07T05:31:56Z",
"resolvedByUserUuid": "<string>",
"createdByUserUuid": "<string>",
"retryPrompt": "<string>",
"errorMessage": "<string>",
"previewThreadUuid": "<string>",
"previewAgentUuid": "<string>",
"previewProjectUuid": "<string>",
"linkedPrUrl": "<string>",
"pullRequestUuid": "<string>",
"sourceAgentUuid": "<string>",
"sourceProjectUuid": "<string>",
"sourceThreadUuid": "<string>",
"sourcePromptUuid": "<string>",
"sourceFindingUuid": "<string>",
"organizationUuid": "<string>",
"fingerprint": "<string>",
"uuid": "<string>"
},
"writebackEligibility": {
"reason": null,
"eligible": true
},
"writebackEligible": true
},
"status": "ok"
}Was this page helpful?
āI