---
title: "Get a specific IP Pool."
slug: "get-a-specific-ip-pool-1"
updated: 2026-03-02T22:30:52Z
published: 2026-03-02T22:35:48Z
canonical: "support.appgate.com/get-a-specific-ip-pool-1"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.appgate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a specific IP Pool.

Get/ip-pools/{id}

Get a specific IP Pool.

SecurityHTTPType bearer

Path parametersidstring (uuid) Required

ID of the object.

Example12699e27-b584-464a-81ee-5b4784b6d425

Responses200

Single IP Pool.

<select class='api-response-data' aria-label='Media type'><option value='ce05c6f5-7104-42d2-8198-bbd46f05da55'>application/json</option>
</select>object  idstring  (uuid)    

ID of the object.

Example4c07bc67-57ea-42dd-b702-c2d6c45419fc
namestring    

Name of the object.

Exampleobject
notesstring    

Notes for the object. Used for documentation purposes.

ExampleThis object has been created for test purposes.
createdstring  (date-time)    

Create date.

updatedstring  (date-time)    

Last update date.

tags Array of string   

Array of tags.

Example[
  "developer",
  "api-created"
]string    
ipVersion6boolean    

Whether the IP pool is for v4 or v6.

Defaultfalse
ranges
excludedRanges
leaseTimeDaysinteger    

Number of days Allocated IPs will be reserved for device&users before they are reclaimable by others.

Default30
totalinteger  (int64)    

The total size of the IP Pool.

Example254
currentlyUsedinteger  (int64)    

Number of IPs in the pool are currently in use by device&users.

Example16
reservedinteger  (int64)    

Number of IPs in the pool are not currently in use but reserved for device&users according to the "leaseTimeDays" setting.

Example32

401

Token error. Login again.

<select class='api-response-data' aria-label='Media type'><option value='fa9a2a54-f890-4616-a861-5605c2e7bfb0'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

403

Insufficient permissions to access this resource.

<select class='api-response-data' aria-label='Media type'><option value='4ef1c3a0-80c9-42fa-942b-4badc99040c3'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

404

The requested resource can not be found.

<select class='api-response-data' aria-label='Media type'><option value='73cd1572-5d44-49cb-884c-184f1fb78f63'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

406

Invalid 'Accept' header.

<select class='api-response-data' aria-label='Media type'><option value='aa54e33f-02dd-4805-a2e0-ecbc6a5beb4c'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

500

Unexpected server side error.

<select class='api-response-data' aria-label='Media type'><option value='541a5650-ac6f-49b0-8ef6-951a13745b97'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.
