action codat_get_item { label: "Get item" description: "Gets the specified item for a given company." provider: codat method: GET path: "/companies/{companyId}/data/items/{itemId}" encoding: json input: { type: "object" properties: { itemId: { type: "string" } } required: ["itemId"] additionalProperties: false } output: { type: "object" description: "> View the coverage for items in the Data coverage explorer.\n\n## Overview\n\n**Items** allow your customers to save and track details of the products and services that they buy and sell.\n" required: ["isBillItem", "isInvoiceItem", "itemStatus", "type"] } }