get_sift_investigation
Retrieve an existing Sift investigation using its unique UUID identifier to access detailed incident data and analysis within Grafana's monitoring environment.
Instructions
Retrieves an existing Sift investigation by its UUID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The UUID of the investigation |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The UUID of the investigation",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}