---
title: "Account Gpu Pool"
method: GET
path: "/v1/me/gpu_pool"
tags: ["Account"]
---

# Account Gpu Pool

`GET /v1/me/gpu_pool`

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- GpuPoolOut
  - `max_limits` object — Effective GPU max per type (pool, 0 if unset)
  - `min_limits` object — Effective GPU min per type (pool, 0 if unset)
  - `pending_request` GpuPoolPendingRequestOut
    - `id` string, required — Pass as expected_request_id to edit or cancel this
    - `created_at` integer, required
    - `requested_max` object
    - `reason` string, nullable
  - `last_rejection` GpuPoolRejectionOut — The user's most recently rejected request
    - `id` string, required
    - `created_at` integer, required
    - `resolved_at` integer, nullable
    - `requested_max` object
    - `reason` string, nullable — Why the user requested the change
    - `resolution_reason` string, nullable — Why it was declined

## Other responses

- `404` — Not Found
- `422` — Validation Error

## Changes

- **2026-09-05** `064652e2e23e` — 2 warning, 2 info
  - removed the optional property `pending_max_requests` from the response with the `200` status
  - removed the optional property `pending_min_requests` from the response with the `200` status
  - added the optional property `last_rejection` to the response with the `200` status
  - added the optional property `pending_request` to the response with the `200` status
- **2026-07-31** `ba92d7849914` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/deepinfra/apis/deepinfra-api/changes/v1/me/gpu_pool/get.md)

---

[API](https://skmtc.dev/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.dev/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/revisions/064652e2e23e/schema)
