> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Control

List all the information for a specific control.

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                       |
  | ------------ | ------------------------------------------------- |
  | Control ID   | The unique identifier of the control to retrieve. |
  | Workspace ID | The Workspace ID associated to the Account.       |
</div>

## Example Output

```json theme={"dark"}
{
	"activity": "1. Ensure tools are implemented to monitor databases",
	"archivedAt": "2020-07-06 12:00:00.000000",
	"code": "DCF-1002",
	"description": "Drata has implemented tools to monitor Drata's databases and notify appropriate personnel of any events or incidents based on predetermined criteria. Incidents are escalated per policy.",
	"fk_control_template_id": "123",
	"hasEvidence": true,
	"hasTicket": "true",
	"id": "123",
	"isReady": "true",
	"lastUpdatedBy": "User",
	"name": "Databases Monitored and Alarmed",
	"question": "Does the organization implement tools to monitor its databases and notify appropriate personnel of incidents based on predetermined criteria?",
	"slug": "databases-monitored-and-alarmed",
	"updatedAt": "2020-07-06 12:00:00.000000"
}
```

## Workflow Library Example

[Get Control with Drata and Send Results Via Email](https://library.blinkops.com/workflows/get-control-with-drata-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-control-with-drata-and-send-results-via-email/canvas" />
</div>
