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

# Fetch Record

Fetches a specific context record per the id supplied in the path.

<Note>
  External Documentation

  To learn more, visit the [Netography documentation](https://docs.netography.com/api-reference/netography-apis/raw-records-fetch).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                          |
  | --------- | ------------------------------------ |
  | Context   | Context of the Fields Request.       |
  | Record ID | The ID of the record to be returned. |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"code": 200,
		"count": 1
	},
	"data": [
		{
			"alerttype": "start",
			"algorithm": "knownphisher",
			"categories": [
				"security"
			],
			"description": "Srcip reputation is a known phisher",
			"dstports": [
				80,
				443
			],
			"duration": 0,
			"end": 0,
			"flowsrcnames": [
				"myrouter.mydomain"
			],
			"id": "7da7af39-04f8-49f7-9b20-74d61b100250",
			"ipinfo": [
				{
					"as": {
						"number": 65001,
						"org": "WebHostOrg"
					},
					"bogon": false,
					"count": 1,
					"firstseen": 1618433146,
					"geo": null,
					"ip": "10.0.0.1",
					"iprep": {
						"categories": [
							"Phishing"
						],
						"count": 1
					},
					"lastseen": 1618433146,
					"pdns": {
						"count": null,
						"records": null
					},
					"rdns": [
						"web01.smarthosten.nl"
					]
				}
			]
		},
		{
			"action": "delete",
			"class": "dashboard",
			"description": "Dashboard widget deleted",
			"id": "5b245fbf-289b-4e33-74f0-69f223b45207",
			"impersonator": "user@company.com",
			"new_object": null,
			"original_id": 860759504,
			"original_object": null,
			"subclass": "widget",
			"timestamp": 1644138287,
			"user": "user@company.com"
		}
	]
}
```

## Workflow Library Example

[Fetch Record with Netography and Send Results Via Email](https://library.blinkops.com/workflows/fetch-record-with-netography-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/fetch-record-with-netography-and-send-results-via-email/canvas" />
</div>
