External DocumentationTo learn more, visit the Cribl documentation.
Parameters
Example Output
Workflow Library Example
Get Function with Cribl and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| ID | The ID of the function to get. Can be retrieved using the List Functions action. |
{
"count": 0,
"items": [
{
"__conf": {
"additionalProp1": {}
},
"__filename": "string",
"disabled": true,
"group": "string",
"id": "string",
"initTime": 0,
"loadTime": 0,
"modTime": 0,
"name": "string",
"uischema": {
"additionalProp1": {}
},
"version": "string"
}
]
}
Was this page helpful?