> ## 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 Actor Profile

Retrieve a single threat actor profile.

**Note:**

* Maximum `1` request per second is allowed.

## Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                     |
  | ------------------ | ------------------------------------------------------------------------------- |
  | Include References | Select to include references in the response.                                   |
  | Threat Actor ID    | The ID of the threat actor. Can be obtained by the `List Threat Actors` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"threatActor": {
		"id": "String",
		"last_updated": "Unix timestamps",
		"current_profile_picture_src": {
			"value": "String (URL)",
			"references": [
				{
					"label": "String",
					"value": "String",
					"type": "String",
					"description": "String",
					"date": "Unix timestamps"
				}
			]
		},
		"current_name": {
			"value": "String",
			"references": []
		},
		"dynamic_data": {
			"signatures": [
				{
					"value": "String",
					"references": []
				}
			],
			"key": [
				{
					"value": "String",
					"references": []
				}
			],
			"urls": [
				{
					"value": "String (URL)",
					"references": []
				}
			],
			"contact_details": {
				"Crypto Addresses": [
					{
						"value": "124rsHMv16qKVbnowgqTdXg4NdYU3L8nXw",
						"references": []
					}
				]
			},
			"reputations": [
				{
					"value": "String",
					"references": []
				}
			],
			"signatures": [
				{
					"value": "String",
					"references": []
				}
			]
		},
		"handles": [
			{
				"value": "String",
				"references": []
			}
		],
		"languages": [
			{
				"value": "String",
				"references": []
			}
		],
		"motivation": [
			{
				"value": "String",
				"references": []
			}
		],
		"origin": [
			{
				"value": "String",
				"references": []
			}
		],
		"profile_pictures": [
			{
				"value": "String (URL)",
				"references": []
			}
		],
		"status": [
			{
				"value": "String",
				"references": []
			}
		],
		"summary": [
			{
				"value": "String",
				"references": [
					{
						"date": "Unix timestamps",
						"type": "String",
						"value": "String"
					}
				]
			}
		],
		"targeted_geographies": [
			{
				"value": "String",
				"references": []
			}
		],
		"targeted_sectors": [
			{
				"value": "String",
				"references": []
			}
		],
		"type": [
			{
				"value": "String",
				"references": []
			}
		],
		"is_merged": "Boolean",
		"is_aggregated": "Boolean",
		"active_sources": [
			{
				"value": "String",
				"count": "Number"
			}
		]
	},
	"tokenCharged": "Boolean",
	"tokensLeft": "Number"
}
```

## Workflow Library Example

[Get Actor Profile with Kela and Send Results Via Email](https://library.blinkops.com/workflows/get-actor-profile-with-kela-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-actor-profile-with-kela-and-send-results-via-email/canvas" />
</div>
