WorkerTaskLeases
Get WorkerTaskLeases
Gets a paginated set of WorkerTaskLeases.
get/{spaceId}/workertaskleases
Path parameters
spaceIdstring required
The id of the space for the WorkerTaskLease.
Query parameters
skipinteger required
Number of items to skip
takeinteger required
Number of items to take
Response
Rseponse to getting set of WorkerTaskLeases
Example response
{
"WorkerTaskLeases": {
"Items": [
{
"ServerTaskId": "ServerTasks-1",
"SpaceId": "Spaces-1",
"WorkerId": "Workers-1",
"WorkerPoolId": "WorkerPools-1"
}
]
}
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.