---
title: "Get agent details"
method: GET
path: "/v1/agents/{agentId}"
tags: ["Agents"]
---

# Get agent details

`GET /v1/agents/{agentId}`

Retrieves details for a specific agent

## Path parameters

- `agentId` string, required

## Response `200`

Success

- AgentInfo
  - `agentId` string — The ID of the Agent
  - `agentStatus` string — The reported status of the Agent
  - `agentType` string — The type of Agent
  - `cloudProvider` string — The cloud provider the Agent is hosted in
  - `connected` boolean — Whether the Agent is connected
  - `deployment` string — The deployment type of the Agent
  - `description` string — The description set for the Agent
  - `enableAutoUpdates` boolean — Whether the Agent is set to automatically update
  - `name` string — The name of the Agent
  - `pausedUntil` string — The date and time the Agent will be unpaused automatically. Only returned if the Agent is currently paused
  - `restrictedAccess` boolean — Whether the Agent is restricted to a specific set of projects
  - `versionDetails` VersionDetails
    - `agentUpdateAvailable` boolean — Whether an update is available for the agent
    - `agentVersion` string — The reported version of the agent
    - `support` 'SUPPORTED' | 'UNSUPPORTED' — Whether the agent is supported or unsupported
    - `trackName` string — The name of the version track the Agent is on
    - `trackReleaseDate` string — The date the latest version of the version track was released
    - `trackVersion` string — The latest version of the version track the agent is on

## Other responses

- `400` — Wrong request parameters used
- `403` — Forbidden
- `404` — Agent not found
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/revisions/6239825f68eb/schema)
