---
title: "List Application Authentication Flows"
method: GET
path: "/v1/applications/{application_id}/auth-flows"
tags: ["Applications"]
---

# List Application Authentication Flows

`GET /v1/applications/{application_id}/auth-flows`

Retrieves all authentication flows for a specific application.

## Path parameters

- `application_id` string, uuid, required

## Response `200`

List of authentication flows retrieved successfully

- ListApplicationAuthFlowsResponseSchema
  - `auth_flows` AuthFlowItemSchema[]
    - `id` string, uuid — Unique identifier for the authentication flow
    - `name` string — Name of the authentication flow
    - `description` string, nullable — Description of the authentication flow
    - `is_recommended` boolean — Whether this is the recommended authentication flow
    - `methods` string[] — Authentication methods in this flow
    - `custom_fields` CustomFieldDefinitionSchema[] — Custom fields for this authentication flow
      - `name` string, required — Name of the custom field
    - `created_at` string, date-time — Timestamp when the authentication flow was created
    - `updated_at` string, date-time — Timestamp when the authentication flow was last updated

## Other responses

- `500` — Failed to list application authentication flows

## Changes

- **2026-01-04** `611c70933b3d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/applications/:application_id/auth-flows/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)
