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

Gets a list of repositories.

<Note>
  External Documentation

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

## Example Output

```json theme={"dark"}
{
	"type": "regular",
	"response": [
		{
			"id": "37",
			"name": "ag repo1",
			"description": "Copied from QA",
			"dataFormat": "agent",
			"uuid": "A2FF7E13-2C0E-470E-A3C9-E077FE065A54"
		},
		{
			"id": "38",
			"name": "jm ipv4",
			"description": "copied from QA",
			"dataFormat": "IPv4",
			"uuid": "2E950182-08B6-4737-830B-4ACC8F6B92F9"
		},
		{
			"id": "39",
			"name": "ipv6 rep",
			"description": "Copied from QA (name changed)",
			"dataFormat": "IPv6",
			"uuid": "FF00F4D0-5B9F-4A26-998C-19430295284A"
		},
		{
			"id": "40",
			"name": "universal rep",
			"description": "first universal",
			"dataFormat": "universal",
			"uuid": "61606F1A-72CF-4A6D-A2B8-74787C6A8BEF"
		},
		{
			"id": "43",
			"name": "Test Local mobile Repository",
			"description": "DevForm test of mobile repository post",
			"dataFormat": "mobile",
			"uuid": "8DFA4F06-646A-4A63-A56D-08CCC9098682"
		},
		{
			"id": "44",
			"name": "Test w\/pluginPrefs",
			"description": "",
			"dataFormat": "IPv4",
			"uuid": "E33F8169-7C8B-4D1E-B69F-4C50B6347088"
		}
	],
	"error_code": 0,
	"error_msg": "",
	"warnings": [],
	"timestamp": 1423767348
}
```

## Workflow Library Example

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