gitpod.v1.EnvironmentAutomationService
ListTasks
Lists automation tasks with optional filtering.
Use this method to:
- View all tasks in an environment
- Filter tasks by reference
- Monitor task status
Examples
-
List environment tasks:
Shows all tasks for an environment.
filter: environmentIds: ["07e03a28-65a5-4d98-b532-8ea67b188048"] pagination: pageSize: 20 -
Filter by reference:
Lists tasks matching specific references.
filter: references: ["build", "test"] pagination: pageSize: 20
post/gitpod.v1.EnvironmentAutomationService/ListTasks
Query parameters
pageSizeinteger
tokenstring
Request body
Response
Success