---
title: "Get attribute pool of a pad"
method: GET
path: "/admin/api/pads/{padId}/attributePool"
tags: ["Pads"]
---

# Get attribute pool of a pad

`GET /admin/api/pads/{padId}/attributePool`

Returns the attribute pool of a pad

## Path parameters

- `padId` string, required

## Response `200`

OK

- PadAttributePoolResponse
  - `pool` ApoolAPool
    - `nextNum` integer
    - `numToAttrib` object

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/ether/apis/etherpad-go-api.md) · [All operations](https://skmtc.net/ether/apis/etherpad-go-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ether/etherpad-go-api/versions/6f3a072916e8/schema)
