Skip to content

Commit 84f1659

Browse files
ellicenelsonclaude
andcommitted
Remove include_request_url opt-in from execution results
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 bbaac00 commit 84f1659

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
@@ -11707,25 +11707,14 @@ paths:
1170711707
enum:
1170811708
- 'true'
1170911709
- 'false'
11710-
- name: include_request_url
11711-
in: query
11712-
required: false
11713-
description: Include the request URL in the response (default false).
11714-
schema:
11715-
type: string
11716-
enum:
11717-
- 'true'
11718-
- 'false'
1171911710
tags:
1172011711
- Data Connectors
1172111712
operationId: listDataConnectorExecutionResults
1172211713
description: |
1172311714
Retrieve paginated execution logs for a specific data connector.
1172411715
Results from the last hour are returned by default. Use `start_ts` and `end_ts` to customize the time range.
1172511716

11726-
Request/response bodies and request URL are excluded by default.
11727-
Use `include_bodies=true` to include bodies.
11728-
Use `include_request_url=true` to include the sanitised request URL.
11717+
Request/response bodies are excluded by default. Use `include_bodies=true` to include them.
1172911718
responses:
1173011719
'200':
1173111720
description: successful
@@ -11742,6 +11731,7 @@ paths:
1174211731
success: true
1174311732
http_status: 200
1174411733
http_method: post
11734+
request_url: https://api.vendor.com/webhook
1174511735
execution_time_ms: 150
1174611736
source_type: workflow
1174711737
source_id: '5001'

0 commit comments

Comments
 (0)