---
title: "Update a request status"
method: PUT
path: "/api/v1/request/id"
---

# Update a request status

`PUT /api/v1/request/id`

Update the status of a request. For example, to approve or reject a tool call.

## Query parameters

- `id` string, required
- `t` integer, required
- `status` string, required

## Headers

- `chat-id` string, required

## Cookies

- `apikey` string

## Response `200`

Successful Response

- MessagesResponse — Messages response model.
  - `r` IMessage[], required
    - `chat_id` string, required
    - `t` integer, required
    - `body` string, nullable
    - `type` string, required
    - `artifacts` IArtifact[]
      - `type` string, required
      - `title` string
      - `id` string, nullable
      - `data` unknown
    - `raw_message` unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
