Actions
Get Program Reports
Get reports for a specific program.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Program Slug Name | The program slug name. |
| 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. |
{
"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
}
]
}
Was this page helpful?