> ## 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 program objects that you are a member of.

<Note>
  External Documentation

  To learn more, visit the [HackerOne documentation](https://api.hackerone.com/customer-resources/#programs-get-your-programs).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                      |
  | ---------------- | ---------------------------------------------------------------- |
  | Page Number      | The page number to retrieve.                                     |
  | Page Size        | The number of items per page. Valid values are between 1 to 100. |
  | Return All Pages | Automatically fetch all resources, page by page.                 |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"data": [
			{
				"attributes": {
					"created_at": "2012-03-17T00:19:00.734Z",
					"handle": "<string>",
					"policy": "<string>",
					"updated_at": "2000-06-20T04:33:23.811Z"
				},
				"id": "<string>",
				"type": "<string>"
			}
		],
		"links": {
			"last": "<string>",
			"next": "<string>",
			"self": "<string>"
		}
	}
]
```

## Workflow Library Example

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