v18

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

ListTaskExecutions

Lists executions of automation tasks.

Use this method to:

  • View task execution history
  • Monitor running tasks
  • Track task completion status

Examples

  • List all executions:

    Shows execution history for all tasks.

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

    Lists executions in specific phases.

    filter:
      phases: ["TASK_EXECUTION_PHASE_RUNNING", "TASK_EXECUTION_PHASE_FAILED"]
    pagination:
      pageSize: 20
    
post/gitpod.v1.EnvironmentAutomationService/ListTaskExecutions

Query parameters

pageSizeinteger
tokenstring

Request body

Response

Success