---
title: "Get Workers Status"
method: GET
path: "/api/task/workers"
tags: ["Turbinia Tasks"]
---

# Get Workers Status

`GET /api/task/workers`

Retrieves the workers status.

Args:
  days (int): The UUID of the evidence.
  all_fields (bool): Returns all status fields if set to true.

Returns:
  workers_status (str): JSON-formatted workers status.

Raises:
  HTTPException: if no worker is found.

## Query parameters

- `days` integer
- `all_fields` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2023-08-31** `7a1457492ab1` — 1 info
  - endpoint added
- **2022-08-29** `c6a8784c5202` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/google/apis/turbinia-api-server/changes/api/task/workers/get.md)

---

[API](https://skmtc.dev/google/apis/turbinia-api-server.md) · [All operations](https://skmtc.dev/google/apis/turbinia-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/turbinia-api-server/revisions/207d6275cb53/schema)
