---
title: "Achieve a request"
method: POST
path: "/machine-requests/{request_id}/achieve"
tags: ["General APIs with JWT"]
---

# Achieve a request

`POST /machine-requests/{request_id}/achieve`

Endpoint to achieve a request.

## Path parameters

- `request_id` string, uuid, required

## Response `200`

Request achieved successfully

- unknown

## Other responses

- `404` — Request not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
