External DocumentationTo learn more, visit the Brinqa documentation.
Actions
List Open And Assigned Tickets
Retrieve open and assigned tickets in your Brinqa instance.

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.
{
"data": {
"tickets": [
{
"assigned": { "fullName": "John Doe" },
"buid": "BRINQA-1686488211321389058",
"complianceStatus": "Within SLA",
"dueDate": "2023-08-31T21:25:04.284Z",
"name": "Cisco IOS Software DHCPv6 Relay Denial of Service Vulnerability ( cisco-sa-20160323-dhcpv6)",
"riskRating": "High",
"uid": "e843191c-ced7-4f84-9a64-695de360917a"
}
// ... other tickets here ...
]
}
}
Was this page helpful?