---
title: "Get a list of Workers."
method: GET
path: "/{spaceId}/workers/all"
tags: ["Workers"]
---

# Get a list of Workers.

`GET /{spaceId}/workers/all`

Lists all of the Workers in the supplied Space. The results will be sorted alphabetically by name.

## Path parameters

- `spaceId` string, required

## Query parameters

- `ids` string[]
- `thumbprint` string

## Response `200`

The requested list of Workers

- WorkerResource[]
  - `Architecture` string
  - `Endpoint` EndpointResource
    - `CommunicationStyle` 'None' | 'TentaclePassive' | 'TentacleActive' | 'Ssh' | 'OfflineDrop' | 'AzureWebApp' | 'Ftp' | 'AzureCloudService' | 'AzureServiceFabricCluster' | 'Kubernetes' | 'StepPackage' | 'KubernetesTentacle' | 'AwsEcsCluster'
    - `Id` string
    - `LastModifiedBy` string
    - `LastModifiedOn` string, date-time
    - `Links` object
  - `HasLatestCalamari` boolean
  - `HealthStatus` 'Healthy' | 'Unavailable' | 'Unknown' | 'HasWarnings' | 'Unhealthy'
  - `Id` string
  - `IsDisabled` boolean
  - `IsInProcess` boolean
  - `LastModifiedBy` string
  - `LastModifiedOn` string, date-time
  - `Links` object
  - `MachinePolicyId` string
  - `Name` string
  - `OperatingSystem` string
  - `OperatingSystemVersion` string
  - `ShellName` string
  - `ShellVersion` string
  - `SkipInitialHealthCheck` boolean
  - `Slug` string
  - `SpaceId` string
  - `StatusSummary` string
  - `Thumbprint` string
  - `Uri` string
  - `WorkerPoolIds` string[]

## Other responses

- `304` — Not Modified
- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/versions/bc9158facfc7/schema)
