---
title: "Quota"
description: "Generated TypeScript Management SDK methods for Quota."
---

> Documentation Index
> Fetch the complete documentation index at: https://nexus.microvoid.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Quota

These methods are generated from the Admin OpenAPI contract. They configure the control plane; they do not send model requests.

| Method                    | HTTP  | Path                                            | Reference                                                    |
| ------------------------- | ----- | ----------------------------------------------- | ------------------------------------------------------------ |
| `getWorkspaceAccessQuota` | `GET` | `/admin/v1/workspace-accesses/{accessId}/quota` | [API](/api-reference/admin/quota/get-workspace-access-quota) |

## Method signatures

### `getWorkspaceAccessQuota`

```ts
nexus.getWorkspaceAccessQuota(
  input: AdminOperationInput<"getWorkspaceAccessQuota">,
  options?: AdminRequestOptions,
): Promise<AdminOperationOutput<"getWorkspaceAccessQuota">>
```

Get the current quota snapshot

Source: https://nexus.microvoid.io/management-sdk/reference/quota/index.mdx
