---
title: "GET /authenticators/endpoint/"
method: GET
path: "/authenticators/endpoint/"
tags: ["authenticators"]
---

# GET /authenticators/endpoint/

`GET /authenticators/endpoint/`

Viewset for Endpoint authenticator devices

## Query parameters

- `name` string
- `ordering` string
- `page` integer
- `page_size` integer
- `search` string

## Response `200`

- PaginatedGoogleEndpointDeviceList
  - `pagination` Pagination, required
    - `next` number, required
    - `previous` number, required
    - `count` number, required
    - `current` number, required
    - `total_pages` number, required
    - `start_index` number, required
    - `end_index` number, required
  - `results` GoogleEndpointDevice[], required
    - `pk` string, uuid
    - `name` string, required — The human-readable name of this device.
  - `autocomplete` Autocomplete, required

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
