> ## Documentation Index
> Fetch the complete documentation index at: https://opensandbox-oc-s-762ac928075c46d2828bcb22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Sandbox Tags

Read the current tag set for a sandbox.

<Note>
  **Preview:** Usage and tag APIs are new. Endpoints, response fields,
  and SDK method names may change before GA; temporary inaccuracies or
  rough edges are possible while the surface settles.
</Note>

<ParamField path="id" type="string" required>
  Sandbox ID.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "tags": { "env": "prod", "team": "payments" },
    "tagsLastUpdatedAt": "2026-04-19T14:02:00Z"
  }
  ```
</ResponseExample>

A sandbox with no tags returns `"tags": {}` and `"tagsLastUpdatedAt":
null`.
