---
title: "List delegate account"
method: GET
path: "/api/v2/integration/gcp/sts_delegate"
tags: ["GCP Integration"]
---

# List delegate account

`GET /api/v2/integration/gcp/sts_delegate`

List your Datadog-GCP STS delegate account configured in your Datadog account.

## Response `200`

OK

- GCPSTSDelegateAccountResponse — Your delegate service account response data.
  - `data` GCPSTSDelegateAccount — Datadog principal service account info.
    - `attributes` GCPSTSDelegateAccountAttributes — Your delegate account attributes.
      - `delegate_account_email` string — Your organization's Datadog principal email address.
    - `id` string — The ID of the delegate service account.
    - `type` 'gcp_sts_delegate' — The type of account.

## Other responses

- `403` — Not Authorized
- `429` — Too many requests

---

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