---
title: "List Google Logins"
method: GET
path: "/api/v2/google-logins/"
tags: ["google-login"]
---

# List Google Logins

`GET /api/v2/google-logins/`

Get list of all Google Logins.

The base rate limit for this endpoint is:
- 60 requests per min per workspace

## Query parameters

- `cursor` string
- `email` string
- `group_id` string, uuid
- `is_active` boolean
- `ordering` string
- `sso_v2_workspace_domain` string

## Response `200`

- PaginatedGoogleLoginList
  - `next` string, nullable
  - `previous` string, nullable
  - `results` GoogleLogin[]
    - `id` string, uuid, required
    - `email` string, email, required — The email address of the google account to use for login.
    - `is_active` boolean — If the login should be used for round robin. (default: true)
    - `sso_v2_workspace_domain` string, required — The primary domain name of your Google Workspace Account used for SSO.
    - `sso_v2_private_key` string, required — PEM-formatted private key used for signing SSO requests.
    - `sso_v2_cert` string, required — PEM-formatted x509 certificate which is registered in your Google Workspace SSO Profile.
    - `group_id` string, uuid, required — The id of the login group this login belongs to.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

---

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