Audits represent compliance assessments for a specific framework and time period. Audit Requests are evidence requests associated with an audit.
🔒 Requires Audits: Get Audits permission.
Successful
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
Not Found
You must accept the Drata terms and conditions to use the API
Internal server error
{- "data": [
- {
- "id": "aaaaaaaa-bbbb-0000-cccc-dddddddddddd",
- "frameworkType": "SOC_2_TYPE_2",
- "auditType": "FULL_AUDIT",
- "isInternalAudit": false,
- "status": "ACTIVE",
- "startDate": "2020-07-06",
- "endDate": "2020-07-06",
- "completedAt": "2025-07-01T16:45:55.246Z",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "auditors": [
], - "internalAuditors": [
- {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
]
}
], - "pagination": {
- "cursor": "string"
}
}🔒 Requires Audits: Get Audits permission.
Successful
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
Not Found
You must accept the Drata terms and conditions to use the API
Internal server error
{- "id": "aaaaaaaa-bbbb-0000-cccc-dddddddddddd",
- "frameworkType": "SOC_2_TYPE_2",
- "auditType": "FULL_AUDIT",
- "isInternalAudit": false,
- "status": "ACTIVE",
- "startDate": "2020-07-06",
- "endDate": "2020-07-06",
- "completedAt": "2025-07-01T16:45:55.246Z",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "auditors": [
], - "internalAuditors": [
- {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "controls": [
- {
- "id": 1,
- "code": "DCF-1001",
- "name": "Vulnerability Management",
- "controlNumber": 1
}
]
}