🔧

What Can I Do

Verified

@elastic/what-can-i-do

Discover what Moltler skills are available for your data

Usage

RUN SKILL what_can_i_do()

Returns

DOCUMENT— A single document object

Example

-- Using curl
curl -u elastic-admin:elastic-password http://localhost:9200/_escript \
  -H "Content-Type: application/json" \
  -d '{"query": "RUN SKILL what_can_i_do()"}'

-- Response
{
  "result": [...],
  "_meta": {
    "execution_id": "abc123",
    "duration_ms": 45
  }
}