---
title: "Retrieve latest Coro Agents"
method: GET
path: "/v1/devices/agents/latest"
tags: ["devices"]
---

# Retrieve latest Coro Agents

`GET /v1/devices/agents/latest`

Retrieve a list of the latest Coro Agent versions available for supported device operating systems. Each URL is specific to the workspace.

## Headers

- `Workspace` string, required

## Response `200`

Success

- DeviceAgentsResponse
  - `deviceAgents` DeviceAgent[] — A list of the latest Coro Agent versions for each supported device operating system.
    - `version` string — The Coro Agent version.
    - `marketingVersion` string — The Coro release associated with this Agent version.
    - `osType` string — The operating system platform for this Agent.
    - `url` string — The Coro Agent installer URL.
    - `releaseDate` integer — The release date for the Agent package, in UNIX format, including milliseconds.
    - `devicesInstalledOn` integer — The number of devices this Agent package is installed on.

## Other responses

- `400` — Bad request, validation error
- `401` — Unauthorized request
- `403` — Access forbidden
- `429` — Too Many Requests
- `500` — Internal server error

---

[API](https://skmtc.dev/coro/apis/coro-cybersecurity-public-api.md) · [All operations](https://skmtc.dev/coro/apis/coro-cybersecurity-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coro/coro-cybersecurity-public-api/revisions/b635522b2393/schema)
