action cpy_get_api_v1_blocklist_status { label: "Get block status of accounts/hosts" provider: cpy method: GET path: "/api/v1/blocklist/status" encoding: json input: { type: "object" properties: { accounts: { type: "array" items: { type: "string" } } hosts: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { properties: { accounts: { type: "object" } hosts: { type: "object" } } } }