> ## 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 Observable Details

Get the details of an observable object.

**Required scopes:** `enrich/observables/deliberate:read`

<Note>
  External Documentation

  To learn more, visit the [Cisco Talos documentation](https://visibility.amp.cisco.com/iroh/iroh-enrich/index.html#/Deliberate/post_iroh_iroh_enrich_deliberate_observables).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                    |
  | ------------ | ---------------------------------------------------------------------------------------------- |
  | Object Type  | The type of the observable to get details of. Can be retrieved from the 'Get Observable Type'. |
  | Object Value | The value of the observable to get details of. (Could be an IP, domain, email, hash, etc.)     |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"module": "Sample Module",
			"module_instance_id": "da033b3c-81da-4118-b73a-f03feb3adecf",
			"module_type_id": "c84f54db-c187-4cab-8751-2b39b007ee55",
			"data": {
				"verdicts": {
					"count": 2,
					"docs": [
						{
							"type": "verdict",
							"disposition": 2,
							"observable": {
								"value": "https://ilo.brenz.pl/",
								"type": "url"
							},
							"disposition_name": "Malicious",
							"valid_time": {
								"start_time": "2023-02-09T13:36:23.410Z",
								"end_time": "2023-03-11T13:36:23.410Z"
							}
						},
						{
							"type": "verdict",
							"disposition": 2,
							"observable": {
								"value": "http://ilo.brenz.pl/favicon.ico/",
								"type": "url"
							},
							"disposition_name": "Malicious",
							"valid_time": {
								"start_time": "2023-02-09T13:36:23.420Z",
								"end_time": "2023-03-11T13:36:23.420Z"
							}
						}
					]
				}
			}
		}
	]
}
```

## Workflow Library Example

[Get Observable Details with Cisco Talos and Send Results Via Email](https://library.blinkops.com/workflows/get-observable-details-with-cisco-talos-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-observable-details-with-cisco-talos-and-send-results-via-email/canvas" />
</div>
