get_inbox_item_details
Retrieve detailed information about a specific inbox item by providing its unique ID, enabling precise monitoring and analysis of security findings within RAD Security's Kubernetes and cloud environments.
Instructions
Get detailed information about a specific inbox item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
inbox_item_id | Yes | ID of the inbox item to get details for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"inbox_item_id": {
"description": "ID of the inbox item to get details for",
"type": "string"
}
},
"required": [
"inbox_item_id"
],
"type": "object"
}