b296c3a60aa5
List all of the tasks in the supplied Octopus Deploy Space. The results will be sorted from newest to oldest.
Query parameters
Set to true for tasks that have not finished (New, Queued, Executing or Cancelling), or false for tasks that have
Text to match within a task's description, such as a project or release name. This is a partial match, not an exact one
The ID of an environment, to return only tasks against that environment. This is an ID such as 'Environments-1', not an environment name
Task IDs to return, such as 'ServerTasks-1'
Task type names to match exactly, such as 'Deploy' or 'RunbookRun'. Use ListServerTaskTypes to get the supported values
The ID of the Octopus Server node a task ran on, to return only tasks from that node
A partial task type name, to match tasks whose type name includes it
The ID of a project, to return only tasks against that project. This is an ID such as 'Projects-1', not a project name
The ID of a runbook, to return only runs of that runbook
Set to true for tasks currently in progress (Executing or Cancelling), or false for tasks that are not
Number of items to skip. Defaults to zero
Task states to match. One or more of New, Queued, Executing, Cancelling, Success, Failed, Canceled, TimedOut
Number of items to take. Defaults to 30
The ID of a tenant, to return only tasks against that tenant. This is an ID such as 'Tenants-1', not a tenant name
A tenant tag in canonical form, such as 'Regions/EMEA', to return only tasks against tenants carrying it
Response
Holds a TaskResourceCollection generated in response to a ListServerTasksRequest