Skip to main content

Get File Metadata by UUID

GET 

/code/api/v1/errors/files/:uuid

Get the file metadata by UUID based on the customer's repository

Request

Path Parameters

    uuid stringrequired

Query Parameters

    include string

Responses

Get errors in file

Schema
    data objectrequired
    commitId stringrequired
    creationDate stringrequired
    errorsCount double
    id stringrequired
    name stringrequired
    path stringrequired
    prId stringrequired
    repositoryId stringrequired
    type FileTypeEnum (string)required

    Possible values: [tf, json, yml, yaml, template, .checkov.baseline, hcl, Dockerfile, package.json, package-lock.json, bower.json, pom.xml, build.gradle, build.gradle.kts, gradle.properties, gradle-wrapper.properties, go.sum, go.mod, requirements.txt, METADATA, bicep, Pipfile.lock, Pipfile, yarn.lock, Gemfile, Gemfile.lock, gemspec, env, settings.py, main.py, application.py, config.py, app.js, config.js, dev.js, db.properties, application.properties, private.pem, privatekey.pem, index.php, config.php, config.xml, strings.xml, app.module.ts, environment.ts, tpl, tfvars, unknown, csproj, packages.config, Directory.Packages.props, paket.dependencies, paket.references, paket.lock, sln, config, composer.json, composer.lock]

    updatedDate stringrequired
Loading...