---
title: "Get ZeroGPU quota"
method: GET
path: "/api/spaces/zero-gpu/quota"
tags: ["spaces"]
---

# Get ZeroGPU quota

`GET /api/spaces/zero-gpu/quota`

Get the authenticated user's current ZeroGPU quota usage and limits

## Response `200`

The authenticated user's current ZeroGPU quota usage and limits

- object
  - `base` number, required — Total quota in GPU-seconds
  - `current` number, required — Remaining quota in GPU-seconds
  - `resetsAt` string, date-time, nullable, required — ISO 8601 timestamp when the quota resets, or null if the quota has not been used yet
  - `overquotaUsed` number — Overquota (paid) GPU-seconds consumed
  - `runs` object — Execution (runs) accounting, or omitted for visitors without a runs limit
    - `used` number, required — Executions used in the current runs window
    - `limit` number, required — Maximum number of executions allowed in the runs window
    - `remaining` number, required — Executions left before the runs limit is reached
    - `resetsAt` string, date-time, nullable, required — ISO 8601 timestamp when the runs window resets, or null if no run has happened yet. Independent of resetsAt.

---

[API](https://skmtc.net/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.net/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/versions/dae0cc3790f0/schema)
