---
title: "Team volume"
method: GET
path: "/volumes/{volumeID}"
tags: ["volumes"]
---

# Team volume

`GET /volumes/{volumeID}`

Get team volume info

## Path parameters

- `volumeID` string, required

## Response `200`

Successfully retrieved a team volume

- VolumeAndToken
  - `volumeID` string, required — ID of the volume
  - `name` string, required — Name of the volume
  - `token` string, required — Auth token to use for interacting with volume content
  - `domain` string — Domain to use as the destination for volume content requests, replacing the default `api.<E2B_DOMAIN>`. Only returned when the team is connected to a custom (BYOC) cluster; absent otherwise, in which case the default domain is used.

## Other responses

- `401` — Authentication error
- `404` — Not found
- `500` — Server error

## Changes

- **2026-08-20** `e01b3f5506fe` — 3 info
  - added the optional property `error_code` to the response with the `401` status
  - added the optional property `error_code` to the response with the `404` status
  - added the optional property `error_code` to the response with the `500` status
- **2026-08-03** `11a0e23ec7ab` — 1 info
  - added the optional property `domain` to the response with the `200` status
- **2026-07-24** `93ed246a4c10` — 2 info
  - the endpoint scheme security `AdminApiKeyAuth AND AdminTeamAuth` was added to the API
  - the endpoint scheme security `Supabase1TokenAuth AND Supabase2TeamAuth` was removed from the API
- **2026-05-27** `e13ef89d456c` — 1 info
  - the endpoint scheme security `AuthProviderBearerAuth AND AuthProviderTeamAuth` was added to the API
- **2026-03-26** `324629e18dc8` — 2 info
  - the endpoint scheme security `AccessTokenAuth` was removed from the API
  - added the required property `token` to the response with the `200` status

[Full history](https://skmtc.dev/e2b-dev/apis/e2b-api/changes/volumes/:volumeID/get.md)

---

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