External DocumentationTo learn more, visit the Bugcrowd documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Activity Fields | Specify which optional data fields to include in the activity property of each record. |
| Engagement Fields | Specify which optional data fields to include in the engagement property of each record. |
| Identity Fields | Specify which optional data fields to include in the identity property of each record. |
| Include | Specify which optional data fields to include in the response. |
| Organization Fields | Specify which optional data fields to include in the organization property of each record. |
| Submission ID | The ID of the submission to retrieve. |
Advanced Parameters
| Parameter | Description |
|---|---|
| CVSS Vector Fields | Specify which optional data fields to include in the cvss_vector property of each record. |
| Claim Ticket Fields | Specify which optional data fields to include in the claim_ticket property of each record. |
| Comment Fields | Specify which optional data fields to include in the comment property of each record. |
| Engagement Brief Fields | Specify which optional data fields to include in the engagement_brief property of each record. |
| Events Fields | Specify which optional data fields to include in the event property of each record. |
| External Issue Fields | Specify which optional data fields to include in the external_issue property of each record. |
| File Attachment Fields | Specify which optional data fields to include in the file_attachment property of each record. |
| Monetary Reward | Specify which optional data fields to include in the monetary_reward property of each record. |
| Payment Fields | Specify which optional data fields to include in the payment property of each record. |
| Program Fields | Specify which optional data fields to include in the program property of each record. |
| Submission Fields | Specify which optional data fields to include in the submission property of each record. |
| Target Fields | Specify which optional data fields to include in the target property of each record. |
| Target Group Fields | Specify which optional data fields to include in the target_group property of each record. |
Example Output
{
"data": {
"id": {
"$ref": "https://bugcrowd.com/openapi/2025-04-23/external_elements.yml#/general_helpers/ValidUUID"
},
"type": "submission",
"attributes": {
"state": "new",
"duplicate": true
},
"relationships": {
"assignees": {
"data": [
{
"id": {
"$ref": "https://bugcrowd.com/openapi/2025-04-23/external_elements.yml#/general_helpers/ValidUUID"
},
"type": "identity"
}
],
"links": {
"related": {
"href": "(NOT IMPLEMENTED YET)",
"meta": {
"count": 1,
"total_hits": 1
}
}
}
}
},
"links": {
"self": "/submissions/10000000-0000-0000-0000-000000000000"
}
},
"included": [
{
"id": {
"$ref": "https://bugcrowd.com/openapi/2025-04-23/external_elements.yml#/general_helpers/ValidUUID"
},
"type": "program",
"attributes": {
"code": "code"
},
"relationships": {
"organization": {
"data": {
"id": {
"$ref": "https://bugcrowd.com/openapi/2025-04-23/external_elements.yml#/general_helpers/ValidUUID"
},
"type": "organization"
},
"links": {
"related": {
"href": "/organizations/10000000-0000-0000-0000-000000000000"
}
}
}
},
"links": {
"self": "/programs/10000000-0000-0000-0000-000000000000"
}
}
]
}