---
title: "✨ List saved interfaces"
method: GET
path: "/api/interfaces/"
tags: ["Interfaces"]
---

# ✨ List saved interfaces

`GET /api/interfaces/`

<Card href="https://humansignal.com/goenterprise">
        <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/>
        <p style="margin-top: 10px; font-size: 14px;">
            This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)
        </p>
    </Card>
List saved interfaces for the current organization.

## Query parameters

- `ordering` string
- `page` integer
- `page_size` integer
- `scope` string
- `search` string
- `workspace` integer

## Response `200`

- PaginatedLseInterfaceListList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` LseInterfaceList[], required
    - `created_at` string, date-time, required
    - `created_by` UserSimple, required — A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
      - `avatar` string, nullable, required
      - `email` string, email
      - `first_name` string
      - `id` integer, required
      - `last_name` string
      - `username` string, required
    - `description` string
    - `id` integer, required
    - `is_system` boolean, required — HumanSignal-provided system template visible to all organizations
    - `metadata` unknown
    - `projects_count` integer, required
    - `published_versions_count` integer, nullable — Number of published versions for list cards (derived from versions JSON)
    - `title` string, required
    - `type_name` string, nullable — CamelCase screen component name for list cards (derived from code)
    - `updated_at` string, date-time, required
    - `versions` object[], required
    - `workspace` integer, nullable

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1d13f90af57a/schema)
