---
title: "List of pktvisor Inputs available across current agents"
method: GET
path: "/agents/backends/pktvisor/inputs"
tags: ["agents"]
---

# List of pktvisor Inputs available across current agents

`GET /agents/backends/pktvisor/inputs`

## Response `200`

list of pktvisor Inputs available from current agents

- PktvisorInputsObjSchema
  - `pcap` object — input type
    - `filter` object
      - `bpf` string — tcpdump compatible filter expression for limiting the traffic examined (with BPF)
    - `config` object
      - `iface` string — The network interface to capture traffic from
    - `host_spec` string — Subnets (comma separated) which should be considered belonging to this host, in CIDR form. Used for ingress/egress determination, defaults to host attached to the network interface
    - `pcap_source` string — Packet capture engine to use. Defaults to best for platform

## Other responses

- `400` — Failed due to malformed query parameters.
- `401` — Missing or invalid access token provided.
- `404` — A non-existent entity request.
- `500` — Unexpected server-side error occurred.

## Changes

- **2026-07-17** `53154347a3c8` — 1 breaking
  - added the new required `header` request parameter `Authorization` to all path's operations
- **2022-10-04** `111e8df6206d` — 1 breaking
  - added the new required `header` request parameter `Bearer authorization` to all path's operations
- **2021-11-04** `d9f0a4fa5912` — 1 warning, 1 info
  - removed the optional property `additionalProperties` from the response with the `200` status
  - added the optional property `pcap` to the response with the `200` status
- **2021-11-04** `51ab8ba5988e` — 1 info
  - endpoint added
- **2021-08-25** `c2a7000136b8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/orb-community/apis/orb-fleet/changes/agents/backends/pktvisor/inputs/get.md)

---

[API](https://skmtc.dev/orb-community/apis/orb-fleet.md) · [All operations](https://skmtc.dev/orb-community/apis/orb-fleet/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orb-community/orb-fleet/revisions/53154347a3c8/schema)
