---
title: "Get all DEP profiles for the tenant"
method: GET
path: "/tenant/v0/depprofiles/"
tags: ["tenant_DEP Profile"]
---

# Get all DEP profiles for the tenant

`GET /tenant/v0/depprofiles/`

Returns all the DEP profile for the tenant

## Response `200`

DEP profile information for the Tenant

- object
  - `code` integer
  - `message` string
  - `content` object
    - `count` integer
    - `previous` string
    - `next` string
    - `results` TenantDEPProfile[]
      - `id` string, uuid
      - `profile_uuid` string
      - `show_setup_items` string[] — List of setup items to show during device enrollment
      - `auto_advance_setup` boolean — Whether to automatically advance through setup screens, only applicable to TvOS devices
      - `created_by` string
      - `updated_by` string
      - `created_at` string, date-time
      - `updated_at` string, date-time

## Other responses

- `401` — Authorization information is missing or invalid.
- `500` — Internal server error

---

[API](https://skmtc.net/esper/apis/esper-api-reference.md) · [All operations](https://skmtc.net/esper/apis/esper-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esper/esper-api-reference/revisions/e1f64cbb488e/schema)
