cork_get_connected_integrations
Lists integrations connected to Cork with vendor, connection status, sync details, and RMM installer metadata. Returns integration UUIDs for querying associated devices, users, or tenants.
Instructions
List integrations connected to Cork - vendor, connection status, and sync details. RMM integrations also carry an installer block describing whether software installs can run through them (capable, requires_manual_setup, authorized, configured_package_managers). Use with cork_get_client_devices to see which integration a device is mapped through. Discovers integration UUIDs needed by cork_get_integration_devices, cork_get_integration_users, and cork_get_integration_tenants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Defaults to 1. | |
| page_size | No | Items per page (max 100). Defaults to 10. | |
| partner_uuid | No | Filter by partner UUID (distributor users only). Obtain from cork_get_partners. |