---
title: "Get agent setup info"
method: GET
path: "/api/fleet/agents/setup"
tags: ["Elastic Agents"]
---

# Get agent setup info

`GET /api/fleet/agents/setup`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/fleet/agents/setup</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Get the current Fleet setup status, including whether Fleet is ready to enroll agents and which requirements or optional features are missing.<br/><br/>[Required authorization] Route required privileges: fleet-agents-read OR fleet-agent-policies-read OR fleet-settings-read OR fleet-setup.

## Response `200`

Fleet setup status

- object — A summary of the agent setup status. `isReady` indicates whether the setup is ready. If the setup is not ready, `missing_requirements` lists which requirements are missing.
  - `is_action_secrets_storage_enabled` boolean
  - `is_secrets_storage_enabled` boolean
  - `is_space_awareness_enabled` boolean
  - `is_ssl_secrets_storage_enabled` boolean
  - `isReady` boolean, required
  - `missing_optional_features` string[], required
  - `missing_requirements` string[], required
  - `package_verification_key_id` string

## Other responses

- `400` — Bad Request

---

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