← Tools Reference

Drata

Drata integration (Security, Productivity). Imported from open-connector.

API key8 toolshttps://public-api.drata.com/public/v2
GET
drata_get_company
Get company metadata for the connected Drata account.

/company

GET
drata_list_workspaces
List Drata workspaces visible to the current API key.

/workspaces

6 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe Drata cursor returned in pagination.cursor by a previous list response.
sizeintegeroptionalThe number of results to return.
sortstringoptionalThe Drata field name to sort by.
sortDirstringoptionalThe direction to sort returned data.
includeTotalCountbooleanoptionalWhether Drata should include totalCount on the first page of results.
expandarrayoptionalRelated Drata subcollections and sub-objects to expand.
GET
drata_list_personnel
List Drata personnel visible to the current API key.

/personnel

8 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe Drata cursor returned in pagination.cursor by a previous list response.
sizeintegeroptionalThe number of results to return.
sortstringoptionalThe Drata field name to sort by.
sortDirstringoptionalThe direction to sort returned data.
includeTotalCountbooleanoptionalWhether Drata should include totalCount on the first page of results.
expandarrayoptionalRelated Drata subcollections and sub-objects to expand.
employmentStatusarrayoptionalEmployment statuses to filter personnel by.
complianceStatusarrayoptionalOverall compliance statuses to filter personnel by.
GET
drata_get_personnel
Get one Drata personnel record by ID or email-prefixed identifier.

/personnel/{personnelId}

2 parameters
ParamTypeRequiredDescription
personnelIdintegerrequiredThe personnel ID or an email-prefixed identifier.
expandarrayoptionalRelated Drata subcollections and sub-objects to expand.
GET
drata_list_controls
List controls in a Drata workspace.

/controls

16 parameters
ParamTypeRequiredDescription
workspaceIdintegerrequiredThe Drata workspace ID.
cursorstringoptionalThe Drata cursor returned in pagination.cursor by a previous list response.
sizeintegeroptionalThe number of results to return.
sortstringoptionalThe Drata field name to sort by.
sortDirstringoptionalThe direction to sort returned data.
includeTotalCountbooleanoptionalWhether Drata should include totalCount on the first page of results.
expandarrayoptionalRelated Drata subcollections and sub-objects to expand.
isMonitoredbooleanoptionalWhether to filter controls by monitor presence.
isReadybooleanoptionalWhether to filter controls by readiness.
hasEvidencebooleanoptionalWhether to filter controls by evidence presence.
hasPolicybooleanoptionalWhether to filter controls by policy presence.
hasPassingTestbooleanoptionalWhether to filter controls with at least one passing test.
ticketStatusstringoptionalThe task management ticket status to filter controls by.
policyIdintegeroptionalThe policy ID to filter controls by.
isEnabledbooleanoptionalWhether to filter controls by enabled status.
isArchivedbooleanoptionalWhether to filter controls by archived status.
GET
drata_get_control
Get one Drata control by ID or code-prefixed identifier.

/workspaces/{workspaceId}/controls/{controlId}

7 parameters
ParamTypeRequiredDescription
workspaceIdintegerrequiredThe Drata workspace ID.
controlIdintegerrequiredThe control ID or a code-prefixed identifier.
cursorstringoptionalThe Drata cursor returned in pagination.cursor by a previous list response.
sizeintegeroptionalThe number of results to return.
sortstringoptionalThe Drata field name to sort by.
sortDirstringoptionalThe direction to sort returned data.
expandarrayoptionalRelated Drata subcollections and sub-objects to expand.
GET
drata_list_vendors
List vendors in Drata.

/vendors

13 parameters
ParamTypeRequiredDescription
cursorstringoptionalThe Drata cursor returned in pagination.cursor by a previous list response.
sizeintegeroptionalThe number of results to return.
sortstringoptionalThe Drata field name to sort by.
sortDirstringoptionalThe direction to sort returned data.
includeTotalCountbooleanoptionalWhether Drata should include totalCount on the first page of results.
expandarrayoptionalRelated Drata subcollections and sub-objects to expand.
categorystringoptionalThe Drata vendor category to filter by.
impactLevelstringoptionalThe overall vendor impact level to filter by.
renewalDatestringoptionalThe vendor renewal date to filter by.
renewalScheduleTypestringoptionalThe vendor renewal schedule type to filter by.
riskstringoptionalThe vendor risk level to filter by.
statusstringoptionalThe vendor status to filter by.
typestringoptionalThe vendor type to filter by.
GET
drata_get_vendor
Get one Drata vendor by ID.

/vendors/{vendorId}

2 parameters
ParamTypeRequiredDescription
vendorIdintegerrequiredThe Drata vendor ID.
expandarrayoptionalRelated Drata subcollections and sub-objects to expand.