---
title: "Resources"
method: GET
path: "/servers/{uuid}/resources"
tags: ["Servers"]
---

# Resources

`GET /servers/{uuid}/resources`

Get resources by server.

## Path parameters

- `uuid` string, required

## Response `200`

Get resources by server

- object[]
  - `id` integer
  - `uuid` string
  - `name` string
  - `type` string
  - `created_at` string
  - `updated_at` string
  - `status` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/versions/08be5dc8e729/schema)
