Get worker returns details of a single worker.
The input is a worker_uuid.
{
"worker_uuid": "uuid"
}The response is the entire worker, with arrays of events and documents for the related events and documents.
{
"worker_uuid": "uuid",
"worker_name": "name",
...,
"events": [
... event objects ...
],
"documents": [
... document objects ...
]
}The child_workers propery is also returned.