Skip to main content
Retrieve a list of signals highlighting interesting user or system behaviors for cyber investigations.
External DocumentationTo learn more, visit the Huntress documentation.

Basic Parameters

ParameterDescription
Entity IDThe entity ID to filter the signals by. Must be sent with the Entity Type parameter.
Entity TypeSelect the entity type to filter the signals by.
Investigated At - BeforeReturn only signals investigated on or before this date and time. This value must be later than Investigation Date - Start.
Investigation Date - StartReturn only signals investigated on or after this date and time. This value must be earlier than Investigation Date - End.
LimitThe maximum number of results to return per page. Defaults to 10, with a minimum of 1 and a maximum of 500.
Page TokenThe token used to retrieve the next page of results.
Return All PagesAutomatically fetch all resources, page by page.
Sort DirectionSelect the sort direction for the results.
Sort FieldSelect the field to sort the results by.

Advanced Parameters

ParameterDescription
Organization IDThe ID of the organization to filter the results by.
StatusesSelect the statuses of signals to filter by.
TypesSelect the types of signals to filter by.

Example Output

{
	"signals": [
		{
			"id": 1,
			"created_at": "2025-06-26T18:57:03Z",
			"details": {
				"rule_name": "Firewall Disabled via Netsh",
				"username": "admin22",
				"process_name": "C:\\WINDOWS\\system32\\netsh.exe",
				"command_line": "NetSh.exe  Advfirewall set allprofiles state off",
				"registry_key": "",
				"file_path": "",
				"file_rename_target": "",
				"cleartext": ""
			},
			"entity": {
				"id": 72183,
				"name": "Laptop 52",
				"type": "agent"
			},
			"investigated_at": "2025-06-26T18:57:03Z",
			"investigation_context": "False Positive, Business Accepted Risk",
			"name": "Firewall Disabled via Netsh",
			"organization": {
				"id": 232,
				"name": "Huntress"
			},
			"status": "closed",
			"type": "Process Insights",
			"updated_at": "2025-06-26T18:57:03Z"
		}
	],
	"pagination": {
		"next_page_url": "string",
		"next_page_token": "string"
	}
}

Workflow Library Example

List Signals with Huntress and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop