---
title: "Get an Agent Pool"
method: GET
path: "/agent-pools/{agent_pool}"
tags: ["agent-pools"]
---

# Get an Agent Pool

`GET /agent-pools/{agent_pool}`

Show details of a specific [agent pool](/docs/agent-pools).

## Path parameters

- `agent_pool` string, required

## Query parameters

- `include` string[]
- `fields` object
  - `accounts` string — The comma-separated list of fields to return in response for Account resource.
  - `agent-pools` string — The comma-separated list of fields to return in response for AgentPool resource.
  - `agents` string — The comma-separated list of fields to return in response for Agent resource.
  - `environments` string — The comma-separated list of fields to return in response for Environment resource.
  - `workspaces` string — The comma-separated list of fields to return in response for Workspace resource.

## Response `200`

Success.

## Other responses

- `404` — User not authorized or agent pool not found.
- `4XX` — Client error.
- `5XX` — Server error.

---

[API](https://skmtc.net/scalr/apis/scalr-iacp-api.md) · [All operations](https://skmtc.net/scalr/apis/scalr-iacp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalr/scalr-iacp-api/revisions/fc927526ad12/schema)
