Built by Metorial, the integration platform for agentic AI.
Generate a calibration certificate for a specific calibration record. Returns the certificate data (typically a PDF) for the given calibration record.
Update an existing manufacturer entry in GageList. Provide the manufacturer ID and any fields to update.
Retrieve a paginated list of gage records from GageList. Use offset and limit to paginate through results. Returns basic gage information including status, type, and calibration dates.
Retrieve a single calibration record by its ID from GageList. Returns full details about the calibration including dates, results, equipment condition, and personnel.
Retrieve the current account status from GageList. Returns general information about the GageList account.
Retrieve a single gage record by its ID from GageList. Returns all details about the gage including identification, calibration dates, manufacturer, status, and more.
Update an existing gage record in GageList. Provide the gage ID and any fields to update. Only the specified fields will be changed.
Update custom field values for a record in GageList. Provide the record ID and a map of custom field names to their new values.
Retrieve custom field values for a specific record (gage or calibration) in GageList. Returns the current values of all custom fields associated with the specified record.
Delete a calibration record from GageList by its ID. This permanently removes the calibration record.
Retrieve custom field definitions configured for your GageList account. Returns the list of custom fields that extend the standard gage and calibration data model with organization-specific fields.
Delete a manufacturer entry from GageList by its ID.
Update an existing calibration record in GageList. Provide the calibration ID and any fields to update. Only the specified fields will be changed.
Retrieve a paginated list of calibration records from GageList. Returns calibration records with their dates, equipment references, and key details.
Update account-level settings in GageList. Allows modifying account configuration such as notification preferences, email settings, and display options.
Retrieve the current account settings from GageList. Returns all configurable settings including available statuses, types, locations, measurement options, notification preferences, and display field configurations.
Delete a gage record from GageList by its ID. This permanently removes the gage record and its associated data.
Create a new manufacturer entry in GageList. Manufacturers are referenced in gage records to identify the equipment maker.
Create a new gage (measurement equipment) record in GageList. Use this to register new equipment for calibration tracking. Provide the gage status, type, manufacturer, and other identifying details.
Retrieve all manufacturer entries from GageList. Returns the full list of manufacturers available in your account, including their contact details.
Create a new calibration record for a gage in GageList. Use this to log a calibration event including dates, results, equipment condition, and responsible personnel.