---
title: "GET /endpoints/agents/psso/ise/"
method: GET
path: "/endpoints/agents/psso/ise/"
tags: ["endpoints"]
---

# GET /endpoints/agents/psso/ise/

`GET /endpoints/agents/psso/ise/`

Mixin to add a used_by endpoint to return a list of all objects using this object

## Query parameters

- `apple_enclave_key_id` string
- `ordering` string
- `page` integer
- `page_size` integer
- `search` string
- `user` integer

## Response `200`

- PaginatedAppleIndependentSecureEnclaveList
  - `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` AppleIndependentSecureEnclave[], required
    - `uuid` string, uuid
    - `user` integer, required — The user that this device belongs to.
    - `apple_secure_enclave_key` string, required
    - `apple_enclave_key_id` string, required
    - `device_type` string, required
  - `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)
