---
title: "Get a Worker by ID"
method: GET
path: "/spaces/{spaceIdentifier}/workers/{id}"
tags: ["Workers"]
---

# Get a Worker by ID

`GET /spaces/{spaceIdentifier}/workers/{id}`

## Path parameters

- `spaceIdentifier` string, required
- `id` string, required

## Response `200`

Return the Worker Resource

- 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

- `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)
