---
title: "# Download Link"
method: GET
path: "/v1/agents/download-link"
tags: ["Agents"]
---

# # Download Link

`GET /v1/agents/download-link`

Returns the download link for the given agent type and variant. Variants can be portable or installable for windows agent type,
32bit or 64bit for linux agent type and apple or intel for macos agent type.

## Query parameters

- `agent_type` string, required
- `variant` string, required

## Response `200`

GetSimAgentDownloadLinkResponse

- object
  - `link` string — Link
  - `short_url` string — ShortURL
  - `version` string — Version

## 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)
