Workers
Get a list of Workers.
Lists all of the Workers in the supplied Space. The results will be sorted alphabetically by name.
get/workers/all
Query parameters
idsstring[]
A list of Worker resource IDs used to filter a query.
thumbprintstring
A thumbprint used to filter a query.
Response
The requested list of Workers
Example response
[
{
"SpaceId": "Spaces-1",
"WorkerPoolIds": [
"WorkerPools-1",
"..."
]
}
]