---
title: "List Applications"
method: GET
path: "/v1/applications"
tags: ["Applications"]
---

# List Applications

`GET /v1/applications`

Retrieves all applications for the authenticated team.

## Query parameters

- `search` string

## Response `200`

List of applications retrieved successfully

- ListApplicationsResponseSchema
  - `applications` ApplicationItemSchema[]
    - `id` string, uuid — Unique identifier for the application
    - `name` string — Name of the application
    - `url` string, nullable — URL of the application
    - `description` string, nullable — Description of the application
    - `identity_count` integer — Number of identities associated with this application
    - `auth_methods` string[] — Authentication methods available for this application
    - `created_at` string, date-time — Timestamp when the application was created
    - `updated_at` string, date-time — Timestamp when the application was last updated

## Other responses

- `500` — Failed to list applications

## Changes

- **2026-04-06** `1b8ef91f07c4` — 1 warning
  - removed the optional property `applications/items/allowed_domains` from the response with the `200` status
- **2026-01-04** `611c70933b3d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/applications/get.md)

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/d0f5aa64f9f4/schema)
