Error
A valid request URL is required to generate request examples{
"results": [
{
"finding": {
"recommendation": {
"targetRefs": [
{
"modelName": "<string>",
"type": "model"
}
],
"rationale": "<string>",
"title": "<string>",
"actionType": "update_semantic_yaml"
},
"evidenceExcerpts": [
{
"redacted": true,
"text": "<string>",
"source": "user_prompt"
}
],
"fixTargets": [
"semantic_yaml_patch"
],
"subcategories": [
"<string>"
],
"primaryRootCause": "semantic_layer",
"reviewItemUuid": "<string>",
"uuid": "<string>"
},
"errorMessage": "<string>",
"responsePreview": "<string>",
"prompt": "<string>",
"runScope": {
"endedAt": "<string>",
"startedAt": "<string>",
"type": "backfill",
"dryRun": true,
"agentUuid": "<string>",
"projectUuid": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"promotionReason": "<string>",
"promotedToFinding": true,
"confidence": "low",
"implicitSignalSources": [
"next_user_correction"
],
"signal": "normal_refinement",
"agentUuid": "<string>",
"projectUuid": "<string>",
"threadUuid": "<string>",
"promptUuid": "<string>",
"runUuid": "<string>",
"uuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Get apiv1aiagentsadminreview signals
GET
/
api
/
v1
/
aiAgents
/
admin
/
review-signals
Error
A valid request URL is required to generate request examples{
"results": [
{
"finding": {
"recommendation": {
"targetRefs": [
{
"modelName": "<string>",
"type": "model"
}
],
"rationale": "<string>",
"title": "<string>",
"actionType": "update_semantic_yaml"
},
"evidenceExcerpts": [
{
"redacted": true,
"text": "<string>",
"source": "user_prompt"
}
],
"fixTargets": [
"semantic_yaml_patch"
],
"subcategories": [
"<string>"
],
"primaryRootCause": "semantic_layer",
"reviewItemUuid": "<string>",
"uuid": "<string>"
},
"errorMessage": "<string>",
"responsePreview": "<string>",
"prompt": "<string>",
"runScope": {
"endedAt": "<string>",
"startedAt": "<string>",
"type": "backfill",
"dryRun": true,
"agentUuid": "<string>",
"projectUuid": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"promotionReason": "<string>",
"promotedToFinding": true,
"confidence": "low",
"implicitSignalSources": [
"next_user_correction"
],
"signal": "normal_refinement",
"agentUuid": "<string>",
"projectUuid": "<string>",
"threadUuid": "<string>",
"promptUuid": "<string>",
"runUuid": "<string>",
"uuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
āI