action illumidesk_search { label: "Get a search results" provider: illumidesk method: GET path: "/v1/{namespace}/search/" encoding: json input: { type: "object" properties: { limit: { type: "string" } namespace: { type: "string" } offset: { type: "string" } q: { type: "string" } type: { type: "string" } } required: ["namespace", "q"] additionalProperties: false } output: { type: "object" additionalProperties: true } }