---
title: "Get the API computation limits for this user"
method: GET
path: "/me/limits"
tags: ["email"]
---

# Get the API computation limits for this user

`GET /me/limits`

## Response `200`

Succeeded

- object — Limits for API computations
  - `data` object, required
    - `d3_max_num_neighbors` integer, nullable, required
    - `d3_pfvm_max_d3_neighbors` integer, nullable, required
    - `max_num_atoms` integer, nullable, required
    - `max_num_neighbors` integer, nullable, required
    - `pfvm_max_neighbors_arch14` integer, nullable, required
    - `pfvm_max_neighbors_arch17` integer, nullable, required
    - `pfvm_max_num_atoms` integer, nullable, required
    - `pfvm_max_num_neighbors` integer, nullable, required

## Other responses

- `400` — Bad request
- `default` — Other error

---

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