---
title: "Get All Scanners"
method: GET
path: "/v2/scanners"
tags: ["Scanners"]
---

# Get All Scanners

`GET /v2/scanners`

Retrieves a paginated list of all scanners associated with the current user.

### Parameters:
- `search` (dict): Pagination parameters including 'skip' and 'limit'.
- `user` (User): The current authenticated user.

### Returns:
- `List[dict]`: A list of scanner data dictionaries.

## Query parameters

- `q` string, nullable
- `page` integer
- `limit` integer
- `offset` integer, nullable

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
