Skip to main content
GET
/
api
/
sandboxes
/
{id}
/
tags
Get Sandbox Tags
curl --request GET \
  --url https://app.opencomputer.dev/api/sandboxes/{id}/tags \
  --header 'X-API-Key: <api-key>'
{
  "tags": { "env": "prod", "team": "payments" },
  "tagsLastUpdatedAt": "2026-04-19T14:02:00Z"
}
Read the current tag set for a sandbox.
id
string
required
Sandbox ID.
{
  "tags": { "env": "prod", "team": "payments" },
  "tagsLastUpdatedAt": "2026-04-19T14:02:00Z"
}
A sandbox with no tags returns "tags": {} and "tagsLastUpdatedAt": null.