useFetchIntegrationPackInstances()
useFetchIntegrationPackInstances(
Fetches integration pack instances for the current account group, enriches each with installation details and attached environment IDs, and returns a paginated list. Supports optional substring search against instance names.
Throws
Sets error state if plugin context is missing required values or if API calls fail.
Parameters
Fields: search: string.
Returns
Hook API with the current page of instances, pagination helpers, and state flags.
refetch()
refetch: () => Promise<void> = fetchIntegrationPackInstances
Returns
goToPage()
Sets the current page (1-indexed). The next fetch will apply this page.
goToPage: (page: number) => void
Parameters
Returns
Was this topic helpful?