diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index d2450d4..2425796 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -10297,12 +10297,7 @@ paths: - Data Connectors operationId: listDataConnectors description: | - You can fetch a list of all data connectors for your workspace by making a GET request to `https://api.intercom.io/data_connectors`. - - Data connectors allow you to make HTTP requests to external APIs from Intercom workflows and AI agents. - Each connector in the response includes an `execution_results_url` for navigating to its execution logs. - - Results are ordered by `updated_at` descending and paginated using cursor-based pagination. Use the `starting_after` cursor from `pages.next` to fetch the next page. When `pages.next` is absent, you have reached the last page. + Returns a paginated list of all data connectors for the workspace, ordered by most recently updated first. Data connectors allow workflows and AI agents to make HTTP requests to external APIs. responses: '200': description: successful