A policy is a document that outlines an organization’s commitment to following standards relevant to its operations. The help docs have more information.
List published Policies matching the provided filters.
🔒 Requires Policies: List Policies 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": 1,
- "name": "Acceptable Use Policy",
- "scope": "ALL",
- "status": "ACTIVE",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "currentVersionId": 2,
- "version": "1",
- "subVersion": "0",
- "renewalDate": "2025-07-01T16:45:55.246Z",
- "publishedAt": "2025-07-01T16:45:55.246Z",
- "approvedAt": "2025-07-01T16:45:55.246Z",
- "owner": {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}, - "groups": [
- {
- "id": 1,
- "name": "Engineering Team",
- "externalId": "external-group-123",
- "source": "GOOGLE",
- "connectionId": 1,
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "controls": [
- {
- "id": 1,
- "code": "AC-1",
- "name": "Access Control",
- "description": "Drata has implemented tools to monitor Drata's databases and notify appropriate personnel of any events or incidents based on\n predetermined criteria. Incidents are escalated per policy.",
- "isReady": true,
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "weekTimeFrameSlas": [
- {
- "id": 1,
- "timeFrame": "1",
- "label": "Weekly Review",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "gracePeriodSlas": [
- {
- "id": 1,
- "label": "Grace Period Review",
- "gracePeriod": "1",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "p3MatrixSlas": [
- {
- "id": 1,
- "label": "P3 Matrix Review",
- "timeFrame": "1",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
]
}
], - "pagination": {
- "cursor": "string",
- "totalCount": 0
}
}Get a specific published Policy.
🔒 Requires Policies: List Policies 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": 1,
- "name": "Acceptable Use Policy",
- "scope": "ALL",
- "status": "ACTIVE",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "currentVersionId": 2,
- "version": "1",
- "subVersion": "0",
- "renewalDate": "2025-07-01T16:45:55.246Z",
- "publishedAt": "2025-07-01T16:45:55.246Z",
- "approvedAt": "2025-07-01T16:45:55.246Z",
- "owner": {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}, - "groups": [
- {
- "id": 1,
- "name": "Engineering Team",
- "externalId": "external-group-123",
- "source": "GOOGLE",
- "connectionId": 1,
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "controls": [
- {
- "id": 1,
- "code": "AC-1",
- "name": "Access Control",
- "description": "Drata has implemented tools to monitor Drata's databases and notify appropriate personnel of any events or incidents based on\n predetermined criteria. Incidents are escalated per policy.",
- "isReady": true,
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "weekTimeFrameSlas": [
- {
- "id": 1,
- "timeFrame": "1",
- "label": "Weekly Review",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "gracePeriodSlas": [
- {
- "id": 1,
- "label": "Grace Period Review",
- "gracePeriod": "1",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "p3MatrixSlas": [
- {
- "id": 1,
- "label": "P3 Matrix Review",
- "timeFrame": "1",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
]
}List Policy Versions for a specific Policy matching the provided filters.
🔒 Requires Policies: List Policies 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": 1,
- "approvedAt": "2025-07-01T16:45:55.246Z",
- "changeSummary": "string",
- "changesExplanation": "string",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "current": true,
- "description": "string",
- "policyVersionStatus": "PUBLISHED",
- "publishedAt": "2025-07-01T16:45:55.246Z",
- "renewalDate": "2020-07-06",
- "subVersion": 0,
- "type": "BUILDER",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "version": 1,
- "gracePeriodSlas": [
- {
- "id": 1,
- "label": "Grace Period Review",
- "gracePeriod": "1",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "owner": {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}, - "p3MatrixSlas": [
- {
- "id": 1,
- "label": "P3 Matrix Review",
- "timeFrame": "1",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "policy": {
- "id": 1,
- "name": "Acceptable Use Policy",
- "description": "string",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "assignedTo": "ALL",
- "policyStatus": "ACTIVE",
- "renewalDate": "2025-07-01T16:45:55.246Z"
}, - "requiresAcknowledgment": true,
- "weekTimeFrameSlas": [
- {
- "id": 1,
- "timeFrame": "1",
- "label": "Weekly Review",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
],
}
], - "pagination": {
- "cursor": "string",
- "totalCount": 0
}
}Get a specific Policy Version. Returns policy version details (default) or policy version HTML content based on Accept header.
🔒 Requires Policies: List Policies permission.
Successful
{- "id": 1,
- "approvedAt": "2025-07-01T16:45:55.246Z",
- "changeSummary": "string",
- "changesExplanation": "string",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "current": true,
- "description": "string",
- "policyVersionStatus": "PUBLISHED",
- "publishedAt": "2025-07-01T16:45:55.246Z",
- "renewalDate": "2020-07-06",
- "subVersion": 0,
- "type": "BUILDER",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "version": 1,
- "gracePeriodSlas": [
- {
- "id": 1,
- "label": "Grace Period Review",
- "gracePeriod": "1",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "owner": {
- "id": 1,
- "firstName": "Sally",
- "lastName": "Smith",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}, - "p3MatrixSlas": [
- {
- "id": 1,
- "label": "P3 Matrix Review",
- "timeFrame": "1",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
], - "policy": {
- "id": 1,
- "name": "Acceptable Use Policy",
- "description": "string",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z",
- "assignedTo": "ALL",
- "policyStatus": "ACTIVE",
- "renewalDate": "2025-07-01T16:45:55.246Z"
}, - "requiresAcknowledgment": true,
- "weekTimeFrameSlas": [
- {
- "id": 1,
- "timeFrame": "1",
- "label": "Weekly Review",
- "createdAt": "2025-07-01T16:45:55.246Z",
- "updatedAt": "2025-07-01T16:45:55.246Z"
}
],
}