---
title: "List Remote Access Connections"
method: GET
path: "/v1/remote_access/connections"
tags: ["Remote Access"]
---

# List Remote Access Connections

`GET /v1/remote_access/connections`

This endpoint provides informational data only pertaining to when Huntress observes a given remote access tool running on a given host.

Please note: results returned are capped at 500 total in descending order by last_seen_at, and pagination is not supported.

## Query parameters

- `last_seen_at_min` string, date-time
- `organization_id` integer

## Response `200`

List Remote Access Connections

- object
  - `connections` Connection[], required
    - `agent` string — The hostname of the host machine.
    - `client_type` string — the kind of remote access client observed connecting to the host.
    - `host` string — The domain name of the host.
    - `port` integer — The port number.
    - `first_seen_at` string, date-time — A timestamp for when huntress first observed remote access client activity for this host, formatted as per ISO-8601.
    - `last_seen_at` string, date-time — A timestamp for when huntress last observed remote access client activity for this host, formatted as per ISO-8601.

## Other responses

- `403` — There was an issue with your API credential or permissions.

---

[API](https://skmtc.net/huntress/apis/huntress-api-reference.md) · [All operations](https://skmtc.net/huntress/apis/huntress-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huntress/huntress-api-reference/revisions/94acb422c07d/schema)
