Skip to main content
GET
/
api
/
v1
/
aiAgents
/
admin
/
review-signals
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "finding": {
        "recommendation": {
          "targetRefs": [
            {
              "modelName": "<string>",
              "yamlPath": "<string>"
            }
          ],
          "rationale": "<string>",
          "title": "<string>"
        },
        "evidenceExcerpts": [
          {
            "redacted": true,
            "text": "<string>"
          }
        ],
        "fixTargets": [],
        "subcategories": [
          "<string>"
        ],
        "reviewItemUuid": "<string>",
        "uuid": "<string>"
      },
      "errorMessage": "<string>",
      "responsePreview": "<string>",
      "prompt": "<string>",
      "runScope": {
        "endedAt": "<string>",
        "startedAt": "<string>",
        "dryRun": true,
        "agentUuid": "<string>",
        "projectUuid": "<string>"
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "promotionReason": "<string>",
      "promotedToFinding": true,
      "implicitSignalSources": [],
      "agentUuid": "<string>",
      "projectUuid": "<string>",
      "threadUuid": "<string>",
      "promptUuid": "<string>",
      "runUuid": "<string>",
      "uuid": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.lightdash.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

Success

results
object[]
required
status
enum<string>
required
Available options:
ok