---
title: "List all machine requests by user"
method: GET
path: "/machine-requests"
tags: ["General APIs with JWT"]
---

# List all machine requests by user

`GET /machine-requests`

Endpoint to list all machine requests by user.

## Response `200`

List of all requests by user

- MachineRequestDetailsResponse[]
  - `id` string, uuid, required
  - `machine_name` string, required
  - `gpu_count` integer, nullable
  - `cpu` string, nullable
  - `ram` string, nullable
  - `storage` string, nullable
  - `location` string, nullable
  - `extra_data` object, nullable
  - `user_id` string, uuid, required
  - `achieved` boolean
  - `linked_executors_count` integer

## Other responses

- `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)
