Skip to main content

Module ops_handler

Module ops_handler 

Source
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

ColumnKindDescription
nameStrOperation name (e.g. "read")
summaryStrShort description

§Errors

  • 500 Internal Server Error — encoding failure.

Functions§

handle
GET /api/ops — returns a grid listing all available operations.