---
title: "Get project provider VM resources"
method: GET
path: "/api/projects/{projectId}/resources"
tags: ["Resources"]
---

# Get project provider VM resources

`GET /api/projects/{projectId}/resources`

Get project provider VM resources. Returns the requested resource or collection for the authenticated caller.

## Path parameters

- `projectId` string, required

## Response `200`

Resources

- ProviderResources — Sandbox provider CPU-independent resource limits used for VM-backed providers.
  - `memoryMB` integer — Memory allocation in megabytes.
  - `dataDiskGB` integer — Data disk allocation in gigabytes.

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
