action keyserv_keys_api_find { label: "KeysApi_Find" provider: keyserv method: GET path: "/v1/KeysApi/Find/{serial}" encoding: json input: { type: "object" properties: { serial: { type: "string" format: "guid" } } required: ["serial"] additionalProperties: false } output: { type: "object" } }