v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.EnvironmentAutomationService

ListServices

Lists automation services with optional filtering.

Use this method to:

  • View all services in an environment
  • Filter services by reference
  • Monitor service status

Examples

  • List environment services:

    Shows all services for an environment.

    filter:
      environmentIds: ["07e03a28-65a5-4d98-b532-8ea67b188048"]
    pagination:
      pageSize: 20
    
  • Filter by reference:

    Lists services matching specific references.

    filter:
      references: ["web-server", "database"]
    pagination:
      pageSize: 20
    
post/gitpod.v1.EnvironmentAutomationService/ListServices

Query parameters

pageSizeinteger
tokenstring

Request body

Response

Success