Find control external evidence by control id

Get all mapped external evidence to a control

Securitybearer
Request
path Parameters
id
required
number
query Parameters
page
number >= 1
Default: 1

Which page of data are you requesting

limit
number [ 1 .. 50 ]
Default: 20

How many items are you requesting

excludeIds
Array of numbers

Exclude external evidence by array of id

Example:
Responses
200

Public Api

400

Malformed data and/or validation errors

401

Invalid Authorization

403

You are not allowed to perform this action

404

Record Not Found

500

Internal server error

default

Response Code: 412

You must accept the Drata terms and conditions to use the API

get/public/controls/{id}/external-evidence
Request samples
Response samples
application/json
{
  • "data": [
    • {
      • "id": "123",
      • "name": "Compelling ExternalEvidence",
      • "description": "This is very good evidence",
      • "file": "/path/to/file.pdf",
      • "url": "https://url.com",
      • "createdAt": "2021-06-02",
      • "renewalDate": "2020-07-06",
      • "renewalScheduleType": "ONE_YEAR",
      • "isExpired": false
      }
    ],
  • "page": 1,
  • "limit": 10,
  • "total": 100
}