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

# Get Programs

Get the list of programs.

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                           |
  | --------- | ----------------------------------------------------- |
  | Search    | Search programs by a substring of the program's name. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                         |
  | --------- | ----------------------------------- |
  | Limit     | Number of results per page to show. |
  | Page      | Page number to show.                |
</div>

## Example Output

```json theme={"dark"}
{
	"pagination": {
		"page": 1,
		"nb_pages": 1,
		"results_per_page": 50,
		"nb_results": 45
	},
	"items": [
		{
			"title": "TEST",
			"slug": "test",
			"type": "bug-bounty",
			"status": "V",
			"demo": false,
			"public": true,
			"bounty": true,
			"gift": false,
			"hall_of_fame": true,
			"report_collaboration_active": true,
			"pid": null,
			"secured": false,
			"triaged": true,
			"disabled": false,
			"vdp": false,
			"archived": false,
			"reports_count": 66,
			"bounty_reward_min": 50,
			"bounty_reward_max": 3000,
			"scopes_count": 4,
			"thumbnail": {
				"name": "ec0aa051-1b0e-4159-a449-d8eadc551b4d",
				"original_name": "ovo.jpeg",
				"mime_type": "image/jpeg",
				"size": 19506,
				"url": "https://cdn-yeswehack.com/program/thumbnail/ec0aa051-1b0e-4159-a449-d8eadc551b4d"
			},
			"event": null,
			"business_unit": {
				"name": "TEST",
				"slug": "test",
				"description": "This is a test description",
				"currency": "USD",
				"already_activate_product": true,
				"logo": {
					"name": "90678116-c313-4bef-887f-38a41a6ac844",
					"original_name": "1519877687667.jpeg",
					"mime_type": "image/jpeg",
					"size": 5415,
					"url": "https://cdn-yeswehack.com/business-unit/logo/90678116-c313-4bef-887f-38a41a6ac844"
				}
			}
		}
	]
}
```

## Workflow Library Example

[Get Programs with Yeswehack and Send Results Via Email](https://library.blinkops.com/workflows/get-programs-with-yeswehack-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/get-programs-with-yeswehack-and-send-results-via-email/canvas" />
</div>
