> ## 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 Threat Identifiers

List and query threat identifiers.

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                              |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Filter Criteria | Filter Criteria by which threat identifiers will be filtered.<br /><br />For example: <br /><pre><code>\{<br />  "macros": \["avl\_map\_cloud\_iam"],<br />  "content\_type": \["Threat Identifier"]<br />}</code></pre> |
  | My Organization | Determines whether the results will include only Threat Identifiers created by your organization.                                                                                                                        |
  | Sort Criteria   | Sort Criteria by which threat identifiers will be sorted.<br /><br />For example:<br /><pre><code>\{<br />  "sortedBy": \{<br />    "modification\_time:latest": "DESC"<br />  }<br />}</code></pre>                     |
</div>

## Example Output

```json theme={"dark"}
{
  "facets": {
    // Facets data goes here
  },
  "hits": {
    "AVL_R10120": {
      "author": "mike@anvilogic.com",
      "author_efficacy": 50,
      "cid": "AVL_UC6390",
      "compliant": "true",
      "content_sub_type": "Behavioral",
      "content_type": "Threat Identifier",
      "creation_time": 1637025576691,
      "custom_labels": [
        "aws"
      ],
      "data_category": [
        "AWS CloudTrail logs"
      ],
      "rule_sub_domain": [
        "IAM"
      ],
      "run_status": "N/A",
      "sharing_level": "all",
      "tiCount": 0,
      "title": "AWS CreateAccessKey (Devo)",
      "tsCount": 0,
      "use_case_id": "AVL_UC6390",
      "use_cases": [
        {
          "author": "eric@anvilogic.com",
          "creation_time": 1624554747375,
          "has_rule": "true",
          // ... other use case fields ...
        }
      ],
    }
  },
  "listViewCounts": {
    // List view counts data goes here
  },
  "searchMetadata": {
    "currPageResults": 28,
    // ... other search metadata fields ...
  }
}
```

## Workflow Library Example

[List Threat Identifiers with Anvilogic and Send Results Via Email](https://library.blinkops.com/workflows/list-threat-identifiers-with-anvilogic-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-threat-identifiers-with-anvilogic-and-send-results-via-email/canvas" />
</div>
