Skip to content

Commit 43bfa05

Browse files
ellicenelsonclaude
andauthored
Remove include_request_url opt-in from execution results (#463)
The monolith now always includes the sanitized request_url in execution result responses, so the opt-in parameter is no longer needed. Companion to intercom/intercom#498344 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 68c2e1c commit 43bfa05

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11751,25 +11751,14 @@ paths:
1175111751
enum:
1175211752
- 'true'
1175311753
- 'false'
11754-
- name: include_request_url
11755-
in: query
11756-
required: false
11757-
description: Include the request URL in the response (default false).
11758-
schema:
11759-
type: string
11760-
enum:
11761-
- 'true'
11762-
- 'false'
1176311754
tags:
1176411755
- Data Connectors
1176511756
operationId: listDataConnectorExecutionResults
1176611757
description: |
1176711758
Retrieve paginated execution logs for a specific data connector.
1176811759
Results from the last hour are returned by default. Use `start_ts` and `end_ts` to customize the time range.
1176911760

11770-
Request/response bodies and request URL are excluded by default.
11771-
Use `include_bodies=true` to include bodies.
11772-
Use `include_request_url=true` to include the sanitised request URL.
11761+
Request/response bodies are excluded by default. Use `include_bodies=true` to include them.
1177311762
responses:
1177411763
'200':
1177511764
description: successful
@@ -11786,6 +11775,7 @@ paths:
1178611775
success: true
1178711776
http_status: 200
1178811777
http_method: post
11778+
request_url: https://api.vendor.com/webhook
1178911779
execution_time_ms: 150
1179011780
source_type: workflow
1179111781
source_id: '5001'

0 commit comments

Comments
 (0)