---
title: "Get Request Status"
method: GET
path: "/api/request/{request_id}"
tags: ["Turbinia Requests"]
---

# Get Request Status

`GET /api/request/{request_id}`

Retrieves status for a Turbinia Request.

Args:
  request (Request): FastAPI request object.
  request_id (str): A Turbinia request identifier.

Raises:
  HTTPException: if another exception is caught.

## Path parameters

- `request_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2023-01-10** `039eb3b55a94` — 1 breaking, 11 warning
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `failed_tasks` from the response with the `200` status
  - removed the optional property `last_task_update_time` from the response with the `200` status
  - removed the optional property `queued_tasks` from the response with the `200` status
  - …8 more
- **2022-08-29** `c6a8784c5202` — 1 breaking, 11 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `failed_tasks` to the response with the `200` status
  - added the optional property `last_task_update_time` to the response with the `200` status
  - added the optional property `queued_tasks` to the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/google/apis/turbinia-api-server/changes/api/request/:request_id/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)
