> ## 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 Check

Returns a detailed description of a specified check.

## Parameters

<div className="integrations-table">
  | Parameter     | Description                          |
  | ------------- | ------------------------------------ |
  | CheckID       | Identifier of check to be retrieved. |
  | Include Teams | Include team connections for check.  |
</div>

## Example Output

```json theme={"dark"}
{
	"check": {
		"created": 0,
		"hostname": "Target host",
		"id": 100,
		"ipv6": false,
		"lastdownend": 1300977463,
		"lastdownstart": 1300977363,
		"lasterrortime": 1297446423,
		"lastresponsetime": 355,
		"lasttesttime": 1300977363,
		"name": "mycheck",
		"resolution": 0,
		"ssl_down_days_before": 0,
		"status": "string",
		"tags": [
			{
				"count": 2,
				"name": "apache",
				"type": "a"
			}
		],
		"type": {
			"http": {
				"encryption": true,
				"port": 443,
				"postdata": "Data to be send to server",
				"requestheaders": [
					"string"
				],
				"shouldcontain": "Expected string",
				"shouldnotcontain": "This should not appear on checked site",
				"url": "my.pingdom.com"
			}
		},
		"verify_certificate": true
	}
}
```

## Workflow Library Example

[Get Check with Pingdom and Send Results Via Email](https://library.blinkops.com/workflows/get-check-with-pingdom-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-check-with-pingdom-and-send-results-via-email/canvas" />
</div>
