You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
message: Use POST /api/agents/{agent_id}/runs with stream=true instead.
2995
+
removal: "2027-04-15"
2996
+
x-speakeasy-deprecation-message: "Deprecated on 2026-08-25, removal scheduled for 2027-04-15: Use POST /api/agents/{agent_id}/runs with stream=true instead."
description: Indicates whether additional pages of results are available.
8107
8174
next_cursor:
8108
-
type: string
8109
-
nullable: true
8175
+
type:
8176
+
- string
8177
+
- "null"
8110
8178
description: Opaque token to pass as `cursor` in the next request.
8111
8179
request_id:
8112
8180
type: string
@@ -8283,8 +8351,9 @@ components:
8283
8351
type: boolean
8284
8352
description: Whether additional results are available.
8285
8353
next_cursor:
8286
-
type: string
8287
-
nullable: true
8354
+
type:
8355
+
- string
8356
+
- "null"
8288
8357
description: Cursor for the next page, or null when no more results are available.
8289
8358
request_id:
8290
8359
type: string
@@ -8644,8 +8713,9 @@ components:
8644
8713
type: boolean
8645
8714
description: Whether additional results are available.
8646
8715
next_cursor:
8647
-
type: string
8648
-
nullable: true
8716
+
type:
8717
+
- string
8718
+
- "null"
8649
8719
description: Cursor for the next page, or null when no more results are available.
8650
8720
request_id:
8651
8721
type: string
@@ -12896,15 +12966,18 @@ components:
12896
12966
- EXECUTION
12897
12967
- AUTHENTICATION_SUGGESTION
12898
12968
- VOTE_SUGGESTION
12969
+
- SANDBOX_EGRESS
12899
12970
description: The type of request made to the user.
12900
12971
x-enumDescriptions:
12901
12972
EXECUTION: Request for approving execution of the tool.
12902
12973
AUTHENTICATION_SUGGESTION: Request for authenticating to a tool, provided as a (tool) suggestion.
12903
12974
VOTE_SUGGESTION: Suggestion to vote for enabling an available-but-not-enabled tool.
12975
+
SANDBOX_EGRESS: Request to approve an outbound/egress call from the sandbox.
12904
12976
x-speakeasy-enum-descriptions:
12905
12977
EXECUTION: Request for approving execution of the tool.
12906
12978
AUTHENTICATION_SUGGESTION: Request for authenticating to a tool, provided as a (tool) suggestion.
12907
12979
VOTE_SUGGESTION: Suggestion to vote for enabling an available-but-not-enabled tool.
12980
+
SANDBOX_EGRESS: Request to approve an outbound/egress call from the sandbox.
12908
12981
requestId:
12909
12982
type: string
12910
12983
description: Unique identifier for this request.
@@ -13004,6 +13077,9 @@ components:
13004
13077
13005
13078
For VOTE_SUGGESTION requests:
13006
13079
- voted: whether the user voted for this tool
13080
+
13081
+
For SANDBOX_EGRESS requests:
13082
+
- isGranted: whether the sandbox egress call is approved
13007
13083
x-visibility: Preview
13008
13084
x-glean-experimental:
13009
13085
id: 3eae3ee7-2c06-4027-be14-98260a3ce608
@@ -13590,7 +13666,7 @@ components:
13590
13666
isDraft:
13591
13667
type: boolean
13592
13668
description: |
13593
-
When true, validates and stores a draft preview without publishing (used for PR preview links). Takes precedence over `syncMode`: when `isDraft` is true, `syncMode` is ignored.
13669
+
Deprecated. Draft mutation semantics are not supported for transient previews. Use transient and parentWorkflowId instead.
13594
13670
required:
13595
13671
- bundle
13596
13672
ImportAgentStatus:
@@ -18075,6 +18151,7 @@ components:
18075
18151
type: array
18076
18152
items:
18077
18153
$ref: '#/components/schemas/DebugDocumentRequest'
18154
+
maxItems: 100
18078
18155
description: Documents to fetch debug information for
0 commit comments