Skip to main content

Get Op Schema

GET 

/ops/:name/schema

Return the JSON Schema config definition for a single op.

Checks the static GDI schema list first, then queries the DB registry. Used by the UI to render a typed config form for a specific op without fetching the full catalogue.

Workspace-scoped like GET /ops/registry/{name}: resolves against global ops plus the caller's own workspaces' custom ops, preferring a workspace-scoped row over the global one. This both hides another workspace's custom op and stops it from shadowing a builtin's schema for callers outside that workspace. Pass ?workspace_id= (membership-enforced) to resolve deterministically against globals plus exactly one workspace.

Request​

Responses​

Successful Response