79359816

Date: 2025-01-15 22:04:27
Score: 1
Natty:
Report link

From the documentation, it seems you have to call the read method

<?php

$workers = $client->taskrouter->v1
    ->workspaces("WSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")
    ->workers
    ->read([], 20);

foreach ($workers as $worker) {
    print_r($worker);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Steelze