---
title: "List all available Agent versions"
method: GET
path: "/api/unstable/fleet/agent_versions"
tags: ["Fleet Automation"]
---

# List all available Agent versions

`GET /api/unstable/fleet/agent_versions`

Retrieve a list of all available Datadog Agent versions.

This endpoint returns the available Agent versions that can be deployed to your fleet.
These versions are used when creating deployments or configuring schedules for
automated Agent upgrades.

## Response `200`

OK

- FleetAgentVersionsResponse — Response containing a list of available Agent versions.
  - `data` FleetAgentVersion[], required — Array of available Agent versions.
    - `attributes` FleetAgentVersionAttributes — Attributes of an available Datadog Agent version.
      - `version` string — The Agent version string.
    - `id` string, required — Unique identifier for the Agent version (same as version).
    - `type` 'agent_version', required — The type of Agent version resource.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

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