Expand description
The ops op — list all available operations.
§Overview
GET /api/ops returns a grid of all Haystack operations supported by
this server. No request grid is needed.
§Response Grid Columns
| Column | Kind | Description |
|---|---|---|
name | Str | Operation name (e.g. "read") |
summary | Str | Short description |
§Errors
- 500 Internal Server Error — encoding failure.
Functions§
- handle
- GET /api/ops — returns a grid listing all available operations.