Get a report with all available fields and properties.
External Documentation
To learn more, visit the HackerOne documentation.
Parameter | Description |
---|---|
Report ID | The ID of the report. |
{
"data": {
"id": "<string>",
"type": "<string>",
"attributes": {
"title": "<string>",
"main_state": "<string>",
"state": "<string>",
"created_at": "2000-11-28T14:36:05.673Z",
"submitted_at": "2019-10-02T09:03:39.170Z",
"vulnerability_information": "<string>",
"triaged_at": null,
"closed_at": null,
"last_reporter_activity_at": "2018-04-03T21:23:07.265Z",
"first_program_activity_at": null,
"last_program_activity_at": null,
"bounty_awarded_at": null,
"swag_awarded_at": null,
"disclosed_at": null,
"reporter_agreed_on_going_public_at": null,
"last_public_activity_at": "2000-08-22T14:32:54.930Z",
"last_activity_at": "2012-04-10T00:17:11.506Z",
"cve_ids": [],
"source": null,
"timer_bounty_awarded_elapsed_time": null,
"timer_bounty_awarded_miss_at": null,
"timer_first_program_response_miss_at": null,
"timer_first_program_response_elapsed_time": null,
"timer_report_resolved_miss_at": null,
"timer_report_resolved_elapsed_time": null,
"timer_report_triage_miss_at": null,
"timer_report_triage_elapsed_time": null
},
"relationships": {
"reporter": {
"data": {
"id": "<string>",
"type": "<string>",
"attributes": {
"reputation": 101,
"username": "<string>",
"name": "<string>",
"disabled": false,
"created_at": "2022-09-19T23:48:01.271Z",
"profile_picture": {
"62x62": "<string>",
"82x82": "<string>",
"110x110": "<string>",
"260x260": "<string>"
},
"bio": "<string>",
"website": null,
"location": "<string>",
"hackerone_triager": false
}
}
},
"collaborators": {
"data": []
},
"assignee": {
"data": {
"id": "<string>",
"type": "<string>",
"attributes": {
"username": "<string>",
"name": "<string>",
"disabled": false,
"created_at": "2023-09-03T13:45:09.294Z",
"profile_picture": {
"62x62": "<string>",
"82x82": "<string>",
"110x110": "<string>",
"260x260": "<string>"
},
"signal": null,
"impact": null,
"reputation": null,
"bio": null,
"website": null,
"location": null,
"hackerone_triager": false
}
}
},
"program": {
"data": {
"id": "<string>",
"type": "<string>",
"attributes": {
"handle": "<string>",
"created_at": "2011-01-20T18:12:12.752Z",
"updated_at": "2021-08-15T12:37:30.134Z"
}
}
},
"swag": {
"data": []
},
"attachments": {
"data": []
},
"weakness": {
"data": {
"id": "<string>",
"type": "<string>",
"attributes": {
"name": "<string>",
"description": "<string>",
"external_id": "<string>",
"created_at": "2019-11-15T02:16:57.122Z"
}
}
},
"activities": {
"data": [
{
"type": "<string>",
"id": "<string>",
"attributes": {
"message": "<string>",
"created_at": "2002-03-17T12:10:33.125Z",
"updated_at": "2014-04-23T04:56:57.483Z",
"internal": true
},
"relationships": {
"actor": {
"data": {
"id": "<string>",
"type": "<string>",
"attributes": {
"username": "<string>",
"name": "<string>",
"disabled": false,
"created_at": "2023-09-08T23:01:23.861Z",
"profile_picture": {
"62x62": "<string>",
"82x82": "<string>",
"110x110": "<string>",
"260x260": "<string>"
},
"signal": null,
"impact": null,
"reputation": null,
"bio": "<string>",
"website": null,
"location": "<string>",
"hackerone_triager": false
}
}
}
}
},
{
"type": "<string>",
"id": "<string>",
"attributes": {
"message": "<string>",
"created_at": "2013-02-13T11:28:04.201Z",
"updated_at": "2010-01-24T22:46:46.772Z",
"internal": true
},
"relationships": {
"actor": {
"data": {
"id": "<string>",
"type": "<string>",
"attributes": {
"username": "<string>",
"name": "<string>",
"disabled": false,
"created_at": "2018-08-26T22:43:39.741Z",
"profile_picture": {
"62x62": "<string>",
"82x82": "<string>",
"110x110": "<string>",
"260x260": "<string>"
},
"signal": null,
"impact": null,
"reputation": null,
"bio": "<string>",
"website": null,
"location": "<string>",
"hackerone_triager": false
}
}
},
"assigned_user": {
"data": {
"id": "<string>",
"type": "<string>",
"attributes": {
"username": "<string>",
"name": "<string>",
"disabled": false,
"created_at": "2003-10-04T21:10:49.242Z",
"profile_picture": {
"62x62": "<string>",
"82x82": "<string>",
"110x110": "<string>",
"260x260": "<string>"
},
"signal": null,
"impact": null,
"reputation": null,
"bio": null,
"website": null,
"location": null,
"hackerone_triager": false
}
}
}
}
}
]
},
"bounties": {
"data": []
},
"summaries": {
"data": []
},
"inboxes": {
"data": [
{
"id": "<string>",
"type": "<string>",
"attributes": {
"name": "<string>",
"type": "<string>"
}
}
]
},
"custom_field_values": {
"data": []
}
}
}
}
Get Report with Hackerone and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?