Skip to main content
GET
/
audits
/
{audit_id}
/
scope
{
  "results": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "path": "<string>",
      "is_imported": true,
      "contracts": [
        {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "name": "<string>",
          "is_known_target": true,
          "functions": [
            {
              "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
              "name": "<string>",
              "is_inherited": true,
              "is_auditable": true,
              "is_entry_point": true,
              "is_override": true,
              "contract_name_defined": "<string>",
              "is_within_scope": false,
              "src_start_pos": 123,
              "src_end_pos": 123,
              "source_consumed_in_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
              "source_defined_in_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
            }
          ],
          "is_within_scope": false,
          "src_start_pos": 123,
          "src_end_pos": 123,
          "source_defined_in_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        }
      ],
      "is_within_scope": false
    }
  ]
}

Authorizations

Authorization
string
header
required

API key in Bearer token format

Path Parameters

audit_id
string<uuid>
required

Response

Successful Response

results
TreeSource · object[]
I