---
title: "List Google Service credentials for a specific organization"
method: GET
path: "/organizations/{org-slug}/google-service-credentials"
tags: ["google-service-credentials"]
---

# List Google Service credentials for a specific organization

`GET /organizations/{org-slug}/google-service-credentials`

List Google Service credentials for a specific Bitrise Workspace

## Path parameters

- `org-slug` string, required

## Response `200`

OK

- V0OrganizationGoogleServiceCredentialsListResponse
  - `data` V0OrganizationGoogleServiceCredentialResponseItem[]
    - `created_at` string
    - `is_enterprise_account` boolean
    - `issuer_id` string
    - `key_id` string
    - `name` string
    - `slug` string
    - `updated_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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