---
title: "GET /authMethods/listForProject/{projectId}"
method: GET
path: "/authMethods/listForProject/{projectId}"
tags: ["authMethods"]
---

# GET /authMethods/listForProject/{projectId}

`GET /authMethods/listForProject/{projectId}`

## Path parameters

- `projectId` string, required

## Response `200`

- ListAuthMethodResponseDto
  - `items` ListAuthMethodItem[], required
    - `type` 'OAUTH2' | 'EMAIL' | 'PHONE_NUMBER' | 'ANONYMOUS', required
    - `provider` 'PASSWORDLESS_EMAIL' | 'EMAIL_AND_PASSWORD' | 'SMS' | 'ANONYMOUS' | 'GOOGLE' | 'GITHUB' | 'GITLAB' | 'MICROSOFT', required
    - `projectId` string, required
    - `isEnabled` boolean, required
    - `clientId` string, nullable, required
    - `clientSecret` string, nullable, required
    - `scopes` string[], required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `total` number, required

---

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