action openapi_search_apis { label: "Retrieves a list of currently defined APIs in API meta list format." description: "" provider: openapi method: GET path: "/apis" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } order: { type: "string" } query: { type: "string" } sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }