/
GI
gitpod-io
/
gitpod.v1
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13h ago · Updated 1mo ago
Details
Filter operations
gitpod.v1.AccountService
7
gitpod.v1.AgentService
22
gitpod.v1.BillingService
19
gitpod.v1.EditorService
3
gitpod.v1.EnvironmentAutomationService
18
gitpod.v1.EnvironmentService
13
gitpod.v1.ErrorsService
1
gitpod.v1.EventService
2
gitpod.v1.GatewayService
1
gitpod.v1.GroupService
12
gitpod.v1.IdentityService
3
gitpod.v1.IntegrationService
10
gitpod.v1.OnaIntelligenceService
6
gitpod.v1.OrganizationService
28
gitpod.v1.PrebuildService
6
gitpod.v1.ProjectService
12
gitpod.v1.RunnerConfigurationService
21
gitpod.v1.RunnerInteractionService
27
post
GetHostAuthenticationTokenValue
post
GetLatestVersion
post
GetManagedRunner
post
GetRunnerAgentExecution
post
GetRunnerConfiguration
post
GetRunnerEnvironment
post
GetRunnerEnvironmentSnapshot
post
GetRunnerLLMIntegration
post
ListManagedRunners
post
ListRunnerAgentExecutions
post
ListRunnerEnvironmentClasses
post
ListRunnerEnvironmentSnapshots
post
ListRunnerEnvironments
post
ListRunnerIntegrations
post
ListRunnerLLMIntegrations
post
ListRunnerSCMIntegrations
post
MarkRunnerActive
post
ReportLLMUsage
post
SendResponse
post
Signup
post
UpdateRunnerAgentExecution
post
UpdateRunnerConfigurationSchema
post
UpdateRunnerEnvironmentSnapshotStatus
post
UpdateRunnerEnvironmentStatus
post
UpdateRunnerStatus
post
WatchManagedRunners
post
WatchRequests
gitpod.v1.RunnerManagerService
6
gitpod.v1.RunnerService
14
gitpod.v1.SecretService
5
gitpod.v1.ServiceAccountService
6
gitpod.v1.UsageService
10
gitpod.v1.UserService
14
gitpod.v1.WebhookService
8
gitpod.v1.WorkflowService
15
gitpod.v1.RunnerInteractionService
ListRunnerLLMIntegrations
post
/gitpod.v1.RunnerInteractionService/ListRunnerLLMIntegrations
Query parameters
pageSize
integer
token
string
Request body
GitpodV1ListRunnerLLMIntegrationsRequest
required
filter
GitpodV1ListRunnerLLMIntegrationsRequestFilter
pagination
GitpodV1PaginationRequest
runnerId
string
uuid
The runner's identity
Response
Success
GitpodV1ListRunnerLLMIntegrationsResponse
required
llmIntegrations
GitpodV1LLMIntegration[]
The LLM integrations configured for the runner
pagination
GitpodV1PaginationResponse
Changes