---
title: "Get GCP credentials to access experimentation events export data."
method: GET
path: "/export/credentials/gcp"
tags: ["Export Credentials"]
---

# Get GCP credentials to access experimentation events export data.

`GET /export/credentials/gcp`

Get a temporary access token for experimentation events export data hosted on GCP. The credentials are valid for one hour.

## Response `200`

Return GCP credentials

- E3CredentialsGCP
  - `token` string — GCP access token. Valid for one hour.
  - `uri` string — URI of the GCS bucket for the account

## Other responses

- `400` — Bad Request
- `401` — Invalid/Expired credentials
- `default` — Unexpected error

---

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