---
title: "Get scaling profiles"
method: GET
path: "/scalingProfiles/"
tags: ["Worlds"]
---

# Get scaling profiles

`GET /scalingProfiles/`

Retrieves all scaling profiles

## Response `200`

Lists all scaling profiles

- object[] — Lists all scaling profiles
  - `name` union, required
    - 'Capacity30'
    - 'Tiny'
    - 'Capacity100'
    - 'Small'
    - 'Capacity500'
    - 'Medium'
    - 'Capacity1500'
    - 'Large5K'
    - 'Capacity5000'
    - 'Large'
    - 'Capacity15000'
    - 'Custom'
  - `estimatedCapacity` number, required
  - `maxBotsPerWorld` number, required
  - `resourceConfiguration` object, required
    - `server` object, required
      - `memoryLimit` union
        - string
        - number

---

[API](https://skmtc.net/otherside/apis/worlds.md) · [All operations](https://skmtc.net/otherside/apis/worlds/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/worlds/revisions/fe3e2eee3c6f/schema)
