External DocumentationTo learn more, visit the Brinqa documentation.
Actions
Retrieve Active Assets
Retrieve active assets 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": {
"assets": [
{
"complianceStatus": "Compliant",
"displayName": "Lina Hybarger",
"firstSeen": "2023-07-31T19:31:12.561Z",
"id": "1686091182456995840",
"lastUpdated": "2023-08-08T19:07:06.024Z",
"status": "Active"
},
{
"complianceStatus": "Compliant",
"displayName": "Teodoro Gaboury",
"firstSeen": "2023-07-31T19:31:13.917Z",
"id": "1686091182456995842",
"lastUpdated": "2023-08-08T19:07:06.024Z",
"status": "Active"
},
// ... other assets ...
]
}
}
Was this page helpful?