Workers
Get a Worker by ID
get/spaces/{spaceIdentifier}/workers/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
The ID of the Worker to retrieve
Response
Return the Worker Resource
Example response
{
"SpaceId": "Spaces-1",
"WorkerPoolIds": [
"WorkerPools-1",
"..."
]
}