Kibana · Capability
Kibana APIs — workflows
Kibana APIs — workflows. 26 operations. Lead operation: Bulk delete workflows. Self-contained Naftiko capability covering one Kibana business surface.
What You Can Do
DELETE
Deleteworkflows
— Bulk delete workflows
/v1/api/workflows
GET
Getworkflows
— Get workflows
/v1/api/workflows
POST
Postworkflows
— Bulk create workflows
/v1/api/workflows
GET
Getworkflowsaggs
— Get workflow aggregations
/v1/api/workflows/aggs
GET
Getworkflowsconnectors
— Get available connectors
/v1/api/workflows/connectors
GET
Getworkflowsexecutionsexecutionid
— Get a workflow execution
/v1/api/workflows/executions/{executionid}
POST
Postworkflowsexecutionsexecutionidcancel
— Cancel a workflow execution
/v1/api/workflows/executions/{executionid}/cancel
GET
Getworkflowsexecutionsexecutionidchildren
— Get child executions
/v1/api/workflows/executions/{executionid}/children
GET
Getworkflowsexecutionsexecutionidlogs
— Get execution logs
/v1/api/workflows/executions/{executionid}/logs
POST
Postworkflowsexecutionsexecutionidresume
— Resume a workflow execution
/v1/api/workflows/executions/{executionid}/resume
GET
Getworkflowsexecutionsexecutionidstepstepexecutionid
— Get a step execution
/v1/api/workflows/executions/{executionid}/step/{stepexecutionid}
POST
Postworkflowsexport
— Export workflows
/v1/api/workflows/export
POST
Postworkflowsmget
— Get workflows by IDs
/v1/api/workflows/mget
GET
Getworkflowsschema
— Get workflow JSON schema
/v1/api/workflows/schema
GET
Getworkflowsstats
— Get workflow statistics
/v1/api/workflows/stats
POST
Postworkflowssteptest
— Test a workflow step
/v1/api/workflows/step/test
POST
Postworkflowstest
— Test a workflow
/v1/api/workflows/test
POST
Postworkflowsworkflow
— Create a workflow
/v1/api/workflows/workflow
DELETE
Deleteworkflowsworkflowid
— Delete a workflow
/v1/api/workflows/workflow/{id}
GET
Getworkflowsworkflowid
— Get a workflow
/v1/api/workflows/workflow/{id}
PUT
Putworkflowsworkflowid
— Update a workflow
/v1/api/workflows/workflow/{id}
POST
Postworkflowsworkflowidclone
— Clone a workflow
/v1/api/workflows/workflow/{id}/clone
POST
Postworkflowsworkflowidrun
— Run a workflow
/v1/api/workflows/workflow/{id}/run
GET
Getworkflowsworkflowworkflowidexecutions
— Get workflow executions
/v1/api/workflows/workflow/{workflowid}/executions
POST
Postworkflowsworkflowworkflowidexecutionscancel
— Cancel all active workflow executions
/v1/api/workflows/workflow/{workflowid}/executions/cancel
GET
Getworkflowsworkflowworkflowidexecutionssteps
— Get workflow step executions
/v1/api/workflows/workflow/{workflowid}/executions/steps
MCP Tools
bulk-delete-workflows
Bulk delete workflows
idempotent
get-workflows
Get workflows
read-only
idempotent
bulk-create-workflows
Bulk create workflows
get-workflow-aggregations
Get workflow aggregations
read-only
idempotent
get-available-connectors
Get available connectors
read-only
idempotent
get-workflow-execution
Get a workflow execution
read-only
idempotent
cancel-workflow-execution
Cancel a workflow execution
get-child-executions
Get child executions
read-only
idempotent
get-execution-logs
Get execution logs
read-only
idempotent
resume-workflow-execution
Resume a workflow execution
get-step-execution
Get a step execution
read-only
idempotent
export-workflows
Export workflows
get-workflows-ids
Get workflows by IDs
read-only
get-workflow-json-schema
Get workflow JSON schema
read-only
idempotent
get-workflow-statistics
Get workflow statistics
read-only
idempotent
test-workflow-step
Test a workflow step
read-only
test-workflow
Test a workflow
read-only
create-workflow
Create a workflow
delete-workflow
Delete a workflow
idempotent
get-workflow
Get a workflow
read-only
idempotent
update-workflow
Update a workflow
idempotent
clone-workflow
Clone a workflow
run-workflow
Run a workflow
get-workflow-executions
Get workflow executions
read-only
idempotent
cancel-all-active-workflow-executions
Cancel all active workflow executions
get-workflow-step-executions
Get workflow step executions
read-only
idempotent