---
title: "Get an object storage session key"
method: GET
path: "/v1/projects/{projectId}/object-storage/session-key/{dataCenterId}"
tags: ["Object storage"]
---

# Get an object storage session key

`GET /v1/projects/{projectId}/object-storage/session-key/{dataCenterId}`

Retrieves temporary session credentials for object storage access.

## Path parameters

- `projectId` string, required
- `dataCenterId` string, required

## Response `200`

A successful response.

- GetObjectStorageSessionKeyResponse
  - `accessKey` string
  - `endpoint` string
  - `secretKey` string
  - `sessionName` string
  - `sessionToken` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/cudocompute/apis/cudo-compute-service.md) · [All operations](https://skmtc.net/cudocompute/apis/cudo-compute-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cudocompute/cudo-compute-service/revisions/93dc40dababc/schema)
