Workers
Get a Worker by ID
get/{spaceId}/workers/{id}
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
idstring required
The ID of the Worker to retrieve
Response
Return the Worker Resource
Example response
{
"SpaceId": "Spaces-1",
"WorkerPoolIds": [
"WorkerPools-1",
"..."
]
}