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

# Check Command Status

Get the status of an executed RTR command on a single host.

The following permission is required to run this action:

* `Real Time Response`: **Read**.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://developer.crowdstrike.com/api-reference/collections/real-time-response/#rtr_checkcommandstatus).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                       |
  | ---------------- | --------------------------------------------------------------------------------------------------------------------------------- |
  | Cloud Request ID | The cloud request ID of the executed command to get the status of. Can be obtained via the `Run Command On A Single Host` action. |
  | Sequence ID      | The sequence ID to get. Command responses are chunked across sequences.                                                           |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 0.11422852,
		"powered_by": "empower-api",
		"trace_id": "555555555-5555-5555-5555-5555555555555"
	},
	"resources": [
		{
			"session_id": "555555555-5555-5555-5555-5555555555555",
			"task_id": "555555555-5555-5555-5555-5555555555555",
			"complete": false,
			"stdout": "",
			"stderr": "",
			"base_command": "",
			"sequence_id": 0
		}
	],
	"errors": []
}
```

## Workflow Library Example

[Check Command Status with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/check-command-status-with-crowdstrike-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/check-command-status-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
