---
title: "List Recycle Servers"
method: GET
path: "/api/v1/extension/recycle_servers"
tags: ["Extension"]
---

# List Recycle Servers

`GET /api/v1/extension/recycle_servers`

List Recycle Servers

## Query parameters

- `limit` integer, nullable — Requests a page size of items. Returns a number of items up to a limit value.
- `marker` string, nullable — The ID of the last-seen item.
- `sort_dirs` 'desc' | 'asc'
- `sort_keys` RecycleServerSortKey[], nullable — Indicates in which attributes to sort. Updated_at is used as deleted_at
- `all_projects` boolean, nullable — List recycle servers for all projects.
- `project_id` string, nullable — Filter the list of recycle servers by the given project ID. Only works when the all_projects filter is also specified.
- `project_name` string, nullable — Filter the list of recycle servers by the given project name. Only works when the all_projects filter is also specified.
- `name` string, nullable — Filter the list of recycle servers by the given server name. Support fuzzy query.
- `uuid` string, nullable — Filter the list of recycle servers by the given recycle server UUID.
- `ip` string, nullable — Filter the list of recycle servers by the given IP address (only fixed, not floating). Also passed to Nova API if supported.

## Headers

- `X-Openstack-Request-Id` string

## Response `200`

OK

- RecycleServersResponse
  - `recycle_servers` RecycleServersResponseBase[], required — Recycle servers list
    - `id` string, uuid4, required — Recycle server id
    - `origin_data` object, required — The origin_data is the same like the response of https://docs.openstack.org/api-ref/compute/?expanded=list-servers-detailed-detail#list-servers-detailed
    - `project_name` string, nullable — Project name
    - `image` string, uuid4, nullable — Image id
    - `image_name` string, nullable — Image name
    - `image_os_distro` string, nullable — Image os distro
    - `fixed_addresses` unknown[], nullable — Fixed addresses
      - unknown
    - `floating_addresses` unknown[], nullable — Floating addresses
      - unknown
    - `deleted_at` string, nullable — Deleted at
    - `updated_at` string, nullable — Updated at
    - `reclaim_timestamp` number, required — Reclaim timestamp
    - `name` string, nullable, required — Will be removed, please use origin_data[name]
    - `project_id` string, nullable, required — Will be removed, please use origin_data[tenant_id]
    - `host` string, nullable, required — Will be removed, please use origin_data[OS-EXT-SRV-ATTR:host]
    - `hostname` string, nullable, required — Will be removed, please use origin_data[OS-EXT-SRV-ATTR:hostname]
    - `flavor` string, nullable, required — Will be removed, please use origin_data[flavor][original_name]
    - `flavor_info` FlavorInServer, required
      - `ephemeral` integer, nullable — Ephemeral disk size in GB
      - `ram` integer, nullable — RAM size in MB
      - `original_name` string, nullable — Original flavor name
      - `vcpus` integer, nullable — Number of vCPUs
      - `extra_specs` object, nullable — Extra specs
      - `swap` integer, nullable — Swap size in MB
      - `disk` integer, nullable — Disk size in GB
    - `status` string, nullable, required — Will be removed, please use origin_data[status]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2026-07-17** `4b7c0ce8c025` — 1 warning, 2 info
  - changed the pattern of the `header` request parameter `X-Openstack-Request-Id` from `^req-\w{8}(-\w{4}){3}-\w{12}` to `^$|^req-\w{8}(-\w{4}){3}-\w{12}`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-08-12** `8966c7b3598d` — 1 info
  - added the new optional `query` request parameter `ip`
- **2025-07-21** `69284996eaa6` — 14 breaking, 25 info
  - response property `recycle_servers/items/deleted_at` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `recycle_servers/items/fixed_addresses` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `recycle_servers/items/flavor` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `recycle_servers/items/floating_addresses` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …35 more
- …earlier changes not shown

[Full history](https://skmtc.dev/openstack/apis/skyline-api/changes/api/v1/extension/recycle_servers/get.md)

---

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