[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Get All Integration Hubs\n\nVersion 4.0.25.14 (latest)\n\n### Get information about all Integration Hubs.\n\nRequest\n-------\n\nGET /integration_hubs \nDatatype \nDescription \nRequest \nHTTP Request \nquery \nHTTP Query \nExpand HTTP Query definition... \nfields \nstring \nRequested fields.\n\nResponse\n--------\n\n### 200: Integration Hub\n\nDatatype \nDescription \n(array) \n[IntegrationHub](/looker/docs/reference/looker-api/latest/types/IntegrationHub)\\[\\] \ncan \n*lock* \nobject \nOperations the current user is able to perform on this object \nid \n*lock* \nstring \nID of the hub. \nurl \nstring \nURL of the hub. \nlabel \n*lock* \nstring \nLabel of the hub. \nofficial \n*lock* \nboolean \nWhether this hub is a first-party integration hub operated by Looker. \nfetch_error_message \n*lock* \nstring \nAn error message, present if the integration hub metadata could not be fetched. If this is present, the integration hub is unusable. \nauthorization_token \nstring \n(Write-Only) An authorization key that will be sent to the integration hub on every request. \nhas_authorization_token \n*lock* \nboolean \nWhether the authorization_token is set for the hub. \nlegal_agreement_signed \n*lock* \nboolean \nWhether the legal agreement message has been signed by the user. This only matters if legal_agreement_required is true. \nlegal_agreement_required \n*lock* \nboolean \nWhether the legal terms for the integration hub are required before use. \nlegal_agreement_text \n*lock* \nstring \nThe legal agreement text for this integration hub.\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\nExamples\n--------\n\n### Kotlin\n\n\n### Swift"]]