---
title: "# Agent List"
method: GET
path: "/v1/agents"
tags: ["Agents"]
---

# # Agent List

`GET /v1/agents`

Agents; Agent Name, Agent Status, Agent Type, Agent Created Time, Agent Platform

## Response `200`

AgentsReturnSwagger

- object
  - `agents` AgentReturn[]
    - `created_at` integer — Agent Created at
    - `id` integer — Agent Id
    - `name` string — Agent Name
    - `platform_architecture` string — Platform Architecture like 64-bit
    - `platform_name` string — Platform Name like Windows 10
    - `status` string — Agent status gives information about your agent alive ( alive | dead | expired )
    - `type` string — Agent type (QuickEmail | Browser | Installable Agent | Windows | Linux | MacOS)
    - `version` string — Agent Version like 3.4.0.0

## Other responses

- `default` — genericErrorSwagger is represents the erroneous cases

---

[API](https://skmtc.net/picussecurity/apis/picus-rest-api.md) · [All operations](https://skmtc.net/picussecurity/apis/picus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/picussecurity/picus-rest-api/versions/cb0d02ee28f8/schema)
