---
title: "Get SNMP data"
method: GET
path: "/api/pollers/{id}/snmp"
tags: ["SNMP"]
---

# Get SNMP data

`GET /api/pollers/{id}/snmp`

Retrieves SNMP metrics data for a specific poller within the given time range

## Path parameters

- `id` string, required

## Query parameters

- `start` string, required
- `end` string, required

## Response `200`

SNMP metrics data

- object[]

## Other responses

- `400` — Invalid request parameters
- `500` — Internal server error

---

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