---
title: "Get status of a specific request"
method: GET
path: "/items/requests/{requestId}/status"
tags: ["items"]
---

# Get status of a specific request

`GET /items/requests/{requestId}/status`

This endpoint allows to get the status of a specific request for the item/modifier creation or update.

## Path parameters

- `requestId` string, required

## Response `200`

Successful response

- ItemRequestStatus
  - `requestId` string, required — Unique identifier for the request.
  - `status` string, required — Current status of the request.
  - `failureReason` string — Reason for failure, if any.
  - `startedAt` string, date-time, required — Timestamp when the request started processing,represented in ISO 8601 format (e.g., 2020-08-02T09:23:54.723Z).
  - `completedAt` string, date-time, required — Timestamp when the request completed processing, represented in ISO 8601 format (e.g., 2020-08-02T09:23:54.723Z).
  - `updatedEntityStatuses` object[], required — List of statuses for entities updated by the request.
    - `id` string — Unique identifier for the entity.
    - `status` string — Status of the entity update.
    - `failureReason` string — Reason for failure of the entity update, if any.

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/revisions/21688b6dcb69/schema)
