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

# List Issues

Retrieve a list of issues.

<Note>
  External Documentation

  To learn more, visit the [CyCognito documentation](https://api.platform.cycognito.com/v1/docs/index.html#/Issues/post_v1_issues).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                                                                                                                                                                                    |
  | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Fields       | A comma-separated list specifying the desired entity properties to appear in the response.                                                                                                                                                                                     |
  | Query        | Specify a search term for conducting a keyword-based search to retrieve data that matches your query.                                                                                                                                                                          |
  | Search Field | Filter returned results by specifying the `Field`, `Operator` and `Value`. For more information about the available fields, operators and values, please visit [CyCognito documentation, Query Issues section](https://platform.cycognito.com/CyCognito-API-V0-Reference.pdf). |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                 |
  | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Advanced Search | Allows to input raw CyQL in order to query assets. For more information, please visit [CyCognito Documentation](https://api.platform.cycognito.com/v1/docs/index.html#/Assets/post_v1_assets__asset_type_). |
  | Limit           | Define the number of results to be retrieved. Valid range is 1-1000.                                                                                                                                        |
  | Offset          | Set the starting index for result retrieval, Influenced by the `Limit` parameter. For example, **Offset** 3 with **Limit** 25 fetches results from index **75 to 99**.                                      |
  | Sort By         | Specify the field by which the results should be sorted.                                                                                                                                                    |
  | Sort Order      | Select the sorting order.                                                                                                                                                                                   |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"advisories": [
			"string"
		],
		"affected-asset": "string",
		"affected-asset-tags": [
			"string"
		],
		"affected-ptr-domains": [
			"string"
		],
		"asset-status": "string",
		"attacker-interest": "string",
		"attractiveness": 0,
		"attractiveness-label": "string",
		"base-severity": "string",
		"base-severity-score": 0,
		"business-units": [
			"string"
		],
		"cis-controls": [
			"string"
		],
		"comment": {
			"content": "string",
			"last-update": "string"
		},
		"compliance-violations": [
			"string"
		],
		"confidence": 0,
		"continent": [
			"string"
		],
		"cve-ids": [
			"string"
		],
		"detection-complexity": "string",
		"enhanced-severity": "string",
		"enhanced-severity-score": 0,
		"environments": [
			"string"
		],
		"evidence": "string",
		"exploitation-availability": "string",
		"exploitation-complexity": "string",
		"exploitation-method": "string",
		"exploitation-score": 0,
		"first-detected": "string",
		"id": "string",
		"investigating-since": "string",
		"investigation-status": "investigating",
		"is-snoozed": true,
		"iso27001-controls": [
			"string"
		],
		"iso27002-controls": [
			"string"
		],
		"issue-id": "string",
		"issue-status": "string",
		"issue-type": "string",
		"issue-types": [
			"string"
		],
		"last-detected": "string",
		"locations": [
			"string"
		],
		"mitre-attack-next-technique-name": "string",
		"mitre-attack-next-technique-subtitle": "string",
		"mitre-attack-next-technique-title": "string",
		"mitre-attack-technique-name": "string",
		"mitre-attack-technique-subtitle": "string",
		"mitre-attack-technique-title": "string",
		"nist-800-171-controls": [
			"string"
		],
		"nist-800-53-controls": [
			"string"
		],
		"organizations": [
			"string"
		],
		"pci-dss-controls": [
			"string"
		],
		"platforms": [
			"string",
			"Unknown Type: null"
		],
		"port": 0,
		"package": "string",
		"potential-impact": [
			"string"
		],
		"references": [
			"string"
		],
		"region": [
			"string"
		],
		"remediation-effort": "string",
		"remediation-method": "string",
		"remediation-steps": [
			"string"
		],
		"resolved-at": "string",
		"revalidation-request-time": "string",
		"revalidation-requested": true,
		"severity": "string",
		"severity-change-reason": "string",
		"severity-score": 0,
		"snooze-expiration": "string",
		"summary": "string",
		"tags": [
			"string"
		],
		"teams": [
			"string"
		],
		"tech-owners": [
			{
				"name": "string",
				"email": "string",
				"org-name": "string"
			}
		],
		"potential-threat": "string",
		"title": "string",
		"tools": [
			"string"
		],
		"underground-activity": "string"
	}
]
```

## Workflow Library Example

[List Issues with Cycognito and Send Results Via Email](https://library.blinkops.com/workflows/list-issues-with-cycognito-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/list-issues-with-cycognito-and-send-results-via-email/canvas" />
</div>
