> ## 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 Program Reports

Get reports for a specific program.

## Basic Parameters

<div className="integrations-table">
  | Parameter         | Description            |
  | ----------------- | ---------------------- |
  | Program Slug Name | The program slug name. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                                 |
  | ----------------------- | ----------------------------------------------------------------------------------------------------------- |
  | Fix Verification Status | Filter results based on the `Fix Verification` status.                                                      |
  | Limit                   | Number of results per page to show.                                                                         |
  | Order By                | Specified property of the order of retrieved reports. By default, results are ordered by descending order.  |
  | Page                    | Page number to show.                                                                                        |
  | Priority Filter         | Filter results based on the report priority.                                                                |
  | Sort By                 | Sorting parameter for the results to be retrieved. The default is by when the reports were last changed at. |
  | Status Filter           | Filter results based on the report status.                                                                  |
</div>

## Example Output

```json theme={"dark"}
{
	"items": [
		{
			"id": null,
			"local_id": "string",
			"title": "string",
			"scope": "string",
			"hunter": {
				"username": "string",
				"slug": "string",
				"kyc_status": "string",
				"hunter_profile": {
					"public": null
				},
				"avatar": {
					"name": "string",
					"original_name": "string",
					"mime_type": "string",
					"size": null,
					"url": "string"
				}
			},
			"status": {
				"workflow_state": "string"
			},
			"reward": null,
			"currency": "string",
			"marked_as": "string",
			"created_at": null
		}
	]
}
```

## Workflow Library Example

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