Parameters

ParameterDescription
Report IDThe ID of the report. Can be obtained via the Get Program Reports action.

Example Output

{    "application_finger_print": "string",    "assignees": [        {            "bounty_value": "int",            "created_at": "datetime",            "deleted_at": "datetime",            "deleted_by": {                "avatar": {                    "mime_type": "string",                    "name": "string",                    "original_name": "string",                    "size": "int",                    "url": "string"                },                "hunter_profile": {                    "public": "bool"                },                "kyc_status": "string",                "slug": "string",                "username": "string"            },            "id": "int",            "invitation_email_reference": "string",            "invited_by": {                "avatar": {                    "mime_type": "string",                    "name": "string",                    "original_name": "string",                    "size": "int",                    "url": "string"                },                "hunter_profile": {                    "public": "bool"                },                "kyc_status": "string",                "slug": "string",                "username": "string"            },            "roles": [                "string"            ],            "updated_at": "datetime",            "user": {                "avatar": {                    "mime_type": "string",                    "name": "string",                    "original_name": "string",                    "size": "int",                    "url": "string"                },                "hunter_profile": {                    "public": "bool"                },                "kyc_status": "string",                "slug": "string",                "username": "string"            }        }    ],    "attachments": [        {            "attachment": {                "mime_type": "string",                "name": "string",                "original_name": "string",                "size": "int",                "url": "string"            },            "id": "int"        }    ],    "billing_tags": [        "string"    ],    "bonus": "int",    "bug_type": {        "category": {            "name": "string",            "slug": "string"        },        "description": "string",        "identifier": "string",        "link": "string",        "name": "string",        "remediation_link": "string",        "slug": "string"    },    "chainable": "bool",    "chainable_exploit_description_html": "string",    "chainable_report": {        "id": "int",        "local_id": "string"    },    "collaborators": [        {            "user": {                "avatar": {                    "mime_type": "string",                    "name": "string",                    "original_name": "string",                    "size": "int",                    "url": "string"                },                "hunter_profile": {                    "public": "bool"                },                "kyc_status": "string",                "slug": "string",                "username": "string"            }        }    ],    "created_at": "datetime",    "criticity": "string",    "currency": "string",    "cvss": {        "criticity": "string",        "score": "float",        "vector": "string"    },    "cvss_bonus": "int",    "description_html": "string",    "duplicate_of": {        "id": "int",        "local_id": "string",        "title": "string"    },    "end_point": "string",    "hunter": {        "avatar": {            "mime_type": "string",            "name": "string",            "original_name": "string",            "size": "int",            "url": "string"        },        "hunter_profile": {            "public": "bool"        },        "kyc_status": "string",        "slug": "string",        "username": "string"    },    "hunter_bounty_value": "int",    "id": "int",    "imported": "bool",    "local_id": "string",    "marked_as": "string",    "part_name": "string",    "patch_status": "string",    "payload_sample": "string",    "priority": {        "color": "string",        "level": "int",        "name": "string",        "slug": "string"    },    "program": {        "bounty": "bool",        "bounty_reward_min": "int",        "demo": "bool",        "gift": "bool",        "hall_of_fame": "bool",        "public": "bool",        "report_collaboration_active": "bool",        "slug": "string",        "title": "string",        "vdp": "bool"    },    "report_claim": {        "email": "string",        "status": "string"    },    "reward": "int",    "reward_grid": [        "string"    ],    "rights": [        "string"    ],    "scope": "string",    "security_requirement": "string",    "source_ips": [        "string"    ],    "status": {        "workflow_state": "string"    },    "tags": [        "string"    ],    "technical_environment": "string",    "technical_information_html": "string",    "title": "string",    "tracking_status": "string",    "user_roles": [        "string"    ],    "vulnerable_part": "string"}

Workflow Library Example

Get Report with Yeswehack and Send Results Via Email

Preview this Workflow on desktop