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

Get a list of all the registered vendors.

<Note>
  External Documentation

  To learn more, visit the [AuditBoard documentation](https://developer.auditboard.com/reference/tprm-api#viewing-vendors).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                  |
  | --------- | -------------------------------------------- |
  | Limit     | Limit the number of the items in the result. |
  | Offset    | The offset of the items in the result.       |
</div>

## Example Output

```json theme={"dark"}
{
	"auditable_entities": [
		{
			"id_string": "My Vendor! (uid: 150)",
			"custom_date1": null,
			"custom_date2": null,
			"custom_date3": null,
			"custom_date4": null,
			"effective_date": null,
			"prior_audit_final_report_date": null,
			"risk_next_audit_due_date": null,
			"regulatory_next_audit_due_date": null,
			"id": 150,
			"uid": "150",
			"name": "My Vendor!",
			"file_ids": [
				1878
			]
		}
	]
}
```

## Workflow Library Example

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