kernel
Invoke Operation
Invoke a kernel operation. Body = the operation's typed input.
Auth is OPTIONAL at the adapter — the kernel's Authenticate stage is the single enforcement point: it 401s a non-public op with no principal, and lets a public op through with an anonymous (sharer-attributed) principal.
post/v1/op/{operation_id}
Path parameters
operation_idstring required
Headers
x-api-keystring nullable
Request body
object nullable required
Response
Successful Response
{"stackTrail":"paths:/v1/op/{operation_id}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.