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

# Search Pulses

List and search pulses.

<Note>
  External Documentation

  To learn more, visit the [AlienVault OTX documentation](https://otx.alienvault.com/assets/static/external_api.html#api_v1_search_pulses_get).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                          |
  | --------- | ------------------------------------ |
  | Query     | Query string to search results with. |
  | Sort      | Sort results by given field.         |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                   |
  | --------- | --------------------------------------------- |
  | Limit     | Limit the number of elements on the response. |
  | Page      | The page number to be returned.               |
</div>

## Example Output

```json theme={"dark"}
{
	"count": 714142,
	"results": [
		{
			"id": "<string>",
			"name": "<string>",
			"description": "<string>",
			"modified": "<string>",
			"created": "<string>",
			"tags": [],
			"references": [
				"<string>"
			],
			"public": 2,
			"adversary": null,
			"targeted_countries": [],
			"malware_families": [],
			"attack_ids": [],
			"industries": [],
			"TLP": "<string>",
			"cloned_from": "<string>",
			"export_count": 300,
			"upvotes_count": 2,
			"downvotes_count": 0,
			"votes_count": 1,
			"locked": false,
			"pulse_source": "<string>",
			"validator_count": 1,
			"comment_count": 1,
			"follower_count": 2,
			"vote": 2,
			"author": {
				"username": "<string>",
				"id": "<string>",
				"avatar_url": "<string>",
				"is_subscribed": true,
				"is_following": false
			},
			"indicator_type_counts": {
				"domain": 0,
				"URL": 4,
				"hostname": 2,
				"FileHash-MD5": 9,
				"YARA": 3
			},
			"indicator_count": 48,
			"is_author": false,
			"is_subscribing": null,
			"subscriber_count": 404390,
			"modified_text": "<string>",
			"is_modified": true,
			"groups": [],
			"in_group": false,
			"threat_hunter_scannable": true,
			"threat_hunter_has_agents": 2
		},
		{
			"id": "<string>",
			"name": "<string>",
			"description": "<string>",
			"modified": "<string>",
			"created": "<string>",
			"tags": [],
			"references": [
				"<string>"
			],
			"public": 2,
			"adversary": null,
			"targeted_countries": [],
			"malware_families": [],
			"attack_ids": [],
			"industries": [],
			"TLP": "<string>",
			"cloned_from": "<string>",
			"export_count": 113,
			"upvotes_count": 1,
			"downvotes_count": 1,
			"votes_count": 1,
			"locked": false,
			"pulse_source": "<string>",
			"validator_count": 1,
			"comment_count": 0,
			"follower_count": 0,
			"vote": 2,
			"author": {
				"username": "<string>",
				"id": "<string>",
				"avatar_url": "<string>",
				"is_subscribed": true,
				"is_following": false
			},
			"indicator_type_counts": {
				"hostname": 22
			},
			"indicator_count": 2,
			"is_author": false,
			"is_subscribing": null,
			"subscriber_count": 554612,
			"modified_text": "<string>",
			"is_modified": true,
			"groups": [],
			"in_group": false,
			"threat_hunter_scannable": false,
			"threat_hunter_has_agents": 1
		}
	],
	"previous": null,
	"next": "<string>"
}
```

## Workflow Library Example

[Search Pulses with Alienvault Otx and Send Results Via Email](https://library.blinkops.com/workflows/search-pulses-with-alienvault-otx-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/search-pulses-with-alienvault-otx-and-send-results-via-email/canvas" />
</div>
