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

Retrieves a list of all scans.

<Note>
  External Documentation

  To learn more, visit the [Tenable Security Center documentation](https://docs.tenable.com/security-center/api/Scan.htm).
</Note>

## Example Output

```json theme={"dark"}
{
  "type" : "regular",
  "response" : {
    "usable" : [
      {
        "id" : "2",
        "name" : "test",
        "description" : null,
        "status" : "0",
        "uuid" : "2EAED2D2-DFC7-4CFE-9C94-25CF6481C515"
      },
      {
        "id" : "3",
        "name" : "test2",
        "description" : null,
        "status" : "0",
        "uuid" : "EC81E13E-B3B2-4A51-968D-E94D524B5254"
      },
      {
        "id" : "4",
        "name" : "POSTtest",
        "description" : "This is a test for POST",
        "status" : "0",
        "uuid" : "2EAED2D2-DFC7-4CFE-9C94-25CF6481C515"
      }
    ],
    "manageable" : [
      {
        "id" : "2",
        "name" : "test",
        "description" : null,
        "status" : "0",
        "uuid" : "2EAED2D2-DFC7-4CFE-9C94-25CF6481C515"
      },
      {
        "id" : "3",
        "name" : "test2",
        "description" : null,
        "status" : "0",
        "uuid" : "EC81E13E-B3B2-4A51-968D-E94D524B5254"
          {
            "id" : "4",
            "name" : "POSTtest",
            "description" : "This is a test for POST",
            "status" : "0",
            "uuid" : "2EAED2D2-DFC7-4CFE-9C94-25CF6481C515"
          }
        ]
      },
      "error_code" : 0,
      "error_msg" : "",
      "warnings" : [],
      "timestamp" : 1406828340
}
```

## Workflow Library Example

[List Scans with Tenable Security Center and Send Results Via Email](https://library.blinkops.com/workflows/list-scans-with-tenable-security-center-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-scans-with-tenable-security-center-and-send-results-via-email/canvas" />
</div>
