v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Static Analysis

List AI memory violation results

Get all AI memory violation results for the authenticated organization.

get/api/v2/static-analysis/ai/memory

Response

Successful response

Example response

{
  "data": [
    {
      "attributes": {
        "created_at": "2024-01-01T00:00:00+00:00",
        "created_by": "example-handle",
        "line": 10,
        "message": "This is a false positive because the input is sanitized.",
        "name": "src/main.py",
        "repository_id": "my-repo",
        "rule": "my-ai-ruleset/my-ai-rule",
        "sha": "abc123def456789012345678901234567890abcd",
        "type": "FP"
      },
      "id": "42",
      "type": "ai_memory_violation_result"
    }
  ]
}