bioc_get
Retrieve BIOCs from Cortex XSIAM with optional filtering by criteria such as name, severity, type, or status. Supports extended view for full details and offset-based pagination.
Instructions
Get BIOCs
Return a list of BIOCs. You can return all BIOCs or filter results. You can also return extended results with all details included.- The response is concatenated using AND condition (OR is not supported).
The maximum result set size is >100.
Offset is the zero-based number of incidents from the start of the result set.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/v1/bioc/get] · BIOCs
Example request body:
{
"request_data": {
"extended_view": false
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |